Update distribution scripts to python3
[ccsdk/distribution.git] / ansible-server / src / main / Dockerfile
index 5a1c394..2751a48 100644 (file)
@@ -10,7 +10,6 @@ COPY ansible-server/requirements.txt ansible-server/requirements.txt
 RUN apk add --no-cache curl \
                        iputils \
                        bash \
-                       py3-pip \
                        openssh-client \
                        python3 &&\
     apk add --no-cache --virtual .build-deps build-base \