chore(docker): add openssl to the distrib

close #82
This commit is contained in:
Nicolas Carlier 2023-04-01 06:17:41 +00:00
parent 2bfa317354
commit 1a25f73d04

View File

@ -81,7 +81,7 @@ RUN adduser \
"$USER" "$USER"
# Install deps # Install deps
RUN apk add --no-cache bash gcompat git openssh-client curl jq RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq
# Install docker-compose # Install docker-compose
RUN curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh \ RUN curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh \