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

This commit is contained in:
Nick Stokoe
2021-02-19 11:48:25 +00:00
parent b006b9c9d5
commit 206dc5341b

View File

@@ -4,7 +4,7 @@ RUN apk update \
&& apk upgrade \ && apk upgrade \
&& 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 \ python3 \
openssl \ openssl \
upmpdcli upmpdcli