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 \
|
||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||
python2 \
|
||||
openssl \
|
||||
upmpdcli
|
||||
|
||||
COPY upmpdcli.conf /etc/upmpdcli.conf
|
||||
|
||||
Reference in New Issue
Block a user