Skip to content

Commit

Permalink
fix: libssl binary target
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Sep 17, 2023
1 parent 9f57163 commit 8be1d03
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 @@ -6,7 +6,8 @@ RUN apt update && \
apt install -y openssl

RUN mkdir -p /opt && \
cp -a --parents /usr/lib/*/libz.* /opt
cp -a --parents /usr/lib/*/libz.* /opt && \
cp -a --parents /usr/lib/*/libssl.* /opt

WORKDIR /app

Expand Down

0 comments on commit 8be1d03

Please sign in to comment.