This commit is contained in:
parent
2e5b4fc3d2
commit
aba031a047
7 changed files with 64 additions and 52 deletions
|
@ -13,7 +13,7 @@ RUN cargo build --release
|
|||
FROM debian:buster
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install -y ca-certificates openssl
|
||||
RUN apt-get install -y ca-certificates openssl file
|
||||
|
||||
COPY --from=builder /app/target/release/webarc /webarc
|
||||
COPY --from=builder /monolith/target/release/monolith /usr/bin/monolith
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue