docker-compose/upmpdcli/Dockerfile - add openssl to the package list

upmpdcli seems to use this, optionally
This commit is contained in:
Nick Stokoe
2021-02-19 11:11:27 +00:00
parent d3fa11cf90
commit 18ec2c5320

View File

@@ -5,6 +5,7 @@ RUN apk update \
&& apk add --no-cache \ && apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
python2 \ python2 \
openssl \
upmpdcli upmpdcli
COPY upmpdcli.conf /etc/upmpdcli.conf COPY upmpdcli.conf /etc/upmpdcli.conf