mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-22 23:09:10 +00:00
remove root dockerfile
This commit is contained in:
parent
7494db1a82
commit
8730653589
1 changed files with 0 additions and 11 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,11 +0,0 @@
|
||||||
FROM debian:bookworm as builder
|
|
||||||
WORKDIR /app
|
|
||||||
RUN apt-get update && apt-get install -y gcc libc6-dev libsodium-dev make autoconf
|
|
||||||
COPY . .
|
|
||||||
RUN ./autogen.sh && ./configure --enable-amd64-51-30k LDFLAGS=-static
|
|
||||||
RUN make
|
|
||||||
|
|
||||||
FROM debian:bookworm-slim
|
|
||||||
WORKDIR /app
|
|
||||||
COPY --from=builder /app/mkp224o .
|
|
||||||
ENTRYPOINT [ "./mkp224o" ]
|
|
Loading…
Add table
Reference in a new issue