Skip to content

Commit

Permalink
Refactor Dockerfile to include openssl package
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitthi committed Sep 29, 2024
1 parent 24cf80e commit 5bea017
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
Expand Up @@ -11,7 +11,8 @@ RUN set -eux; \
cmake \
libssl-dev \
make \
pkg-config
pkg-config \
openssl \

WORKDIR /app
# copy app src
Expand Down

0 comments on commit 5bea017

Please sign in to comment.