This commit is contained in:
parent
197e4cfde9
commit
453e195a7a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ FROM debian:buster
|
||||||
|
|
||||||
RUN apt update && apt upgrade -y
|
RUN apt update && apt upgrade -y
|
||||||
|
|
||||||
|
RUN apt update && apt install -y libssl1.1
|
||||||
|
|
||||||
COPY --from=builder /app/target/release/umbrella /umbrella
|
COPY --from=builder /app/target/release/umbrella /umbrella
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
Loading…
Add table
Reference in a new issue