We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadf8fe commit 74b2df1Copy full SHA for 74b2df1
docker/editor-server/Dockerfile
@@ -132,9 +132,7 @@ RUN export ARCH=`dpkg --print-architecture`; \
132
&& chown -R coder:coder "${GOPATH}"
133
134
# install python
135
-RUN apt-get install -y -qq python3 python3-pip \
136
- && cd /tmp && curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
137
- && python3 get-pip.py \
+RUN apt-get install -y -qq python3 python3-pip python3-full \
138
&& python3 -m pip install ansible \
139
&& python3 -m pip install awscli \
140
&& python3 -m pip install pipenv \
0 commit comments