Skip to content

Commit

Permalink
Avec openssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 2, 2024
1 parent 5a085f8 commit e73009f
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 @@ -8,7 +8,7 @@ RUN apk update
RUN apk add g++
RUN apk add make
RUN apk add cmake
RUN apk add libressl-dev
RUN apk add openssl-dev
RUN apk add git

# We set /app as the working directory within the container
Expand Down

0 comments on commit e73009f

Please sign in to comment.