diff options
Diffstat (limited to 'ansible-server/src')
-rw-r--r-- | ansible-server/src/main/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible-server/src/main/Dockerfile b/ansible-server/src/main/Dockerfile index 5a1c394d..2751a482 100644 --- a/ansible-server/src/main/Dockerfile +++ b/ansible-server/src/main/Dockerfile @@ -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 \ |