Skip to content

Commit

Permalink
Refactor Dockerfile to remove unnecessary openssl package
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitthi committed Sep 29, 2024
1 parent 5bea017 commit fe5a63a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ RUN set -eux; \
cmake \
libssl-dev \
make \
pkg-config \
openssl \
pkg-config

WORKDIR /app
# copy app src
Expand Down

0 comments on commit fe5a63a

Please sign in to comment.