docker-compose/upmpdcli/Dockerfile - use python3 not 2
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user