docker-compose/upmpdcli/Dockerfile - use python3 not 2

This commit is contained in:
Nick Stokoe
2021-02-19 11:48:25 +00:00
parent 32aaf0fe6b
commit 73821733cf

View File

@@ -4,7 +4,7 @@ RUN apk update \
&& apk upgrade \
&& apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
python2 \
python3 \
openssl \
upmpdcli