build: add openssl package to Dockerfile dependencies
This commit is contained in:
parent
c1254520b4
commit
ff91df2bd6
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ RUN apk add --no-cache \
|
||||||
python3 \
|
python3 \
|
||||||
make \
|
make \
|
||||||
g++ \
|
g++ \
|
||||||
|
openssl \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
libstdc++
|
libstdc++
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue