Skip to content

Commit

Permalink
Revert removal of libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillFish8 committed Mar 31, 2022
1 parent 507c8e9 commit c1b6cf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ FROM debian:buster-slim

WORKDIR /etc/lust

RUN apt-get update
RUN apt-get install libssl-dev pkg-config -y

COPY --from=build /app/target/release/lust ./
USER root

Expand Down

0 comments on commit c1b6cf1

Please sign in to comment.