Skip to content

Commit

Permalink
Add missing packages to container
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Oct 6, 2023
1 parent d1590b5 commit c8fc7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM docker.io/debian:buster as runtime
WORKDIR app

RUN apt update && \
apt install -y libssl1.1 libsqlite3-0
apt install -y openssl libssl-dev ca-certificates libssl1.1 libsqlite3-0


COPY --from=builder /app/target/release/mollysocket /usr/local/bin/
Expand Down

0 comments on commit c8fc7aa

Please sign in to comment.