Skip to content

Commit

Permalink
try to fix broken libssl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtam committed Mar 4, 2024
1 parent 26c2d94 commit 09293a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM rust:1.76-slim-bookworm as build

# create a new empty shell project
RUN USER=root cargo new --bin hitster
RUN apt -y install libssl-dev && \
USER=root cargo new --bin hitster
WORKDIR /hitster

# copy over your manifests
Expand Down

0 comments on commit 09293a9

Please sign in to comment.