Skip to content

Commit

Permalink
Turns out it's libssl-dev on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed Sep 16, 2023
1 parent db77f86 commit b5b54c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETPLATFORM

RUN apt-get update --assume-yes && \
apt-get upgrade --assume-yes && \
apt-get install --assume-yes libopus-dev openssl-dev ffmpeg
apt-get install --assume-yes libopus-dev libssl-dev ffmpeg

RUN \
mkdir .cargo && \
Expand Down

0 comments on commit b5b54c8

Please sign in to comment.