Skip to content

Commit

Permalink
rm libssl1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Brite committed Apr 13, 2024
1 parent f835b27 commit 1553c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwbrite-com/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ COPY --from=builder ./dwbrite-com/target/release/dwbrite-com /dwbrite-com/dwbri

WORKDIR /dwbrite-com

RUN apt-get -y update && apt-get install -y libssl-dev libssl1.1
RUN apt-get -y update && apt-get install -y libssl-dev # libssl3
CMD ["./dwbrite-com"]
EXPOSE 41234

0 comments on commit 1553c18

Please sign in to comment.