docker-compose/upmpdcli/Dockerfile - add openssl to the package list
upmpdcli seems to use this, optionally
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user