Skip to content

Commit 74b2df1

Browse files
committed
fix: Fix deps.
1 parent dadf8fe commit 74b2df1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/editor-server/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ RUN export ARCH=`dpkg --print-architecture`; \
132132
&& chown -R coder:coder "${GOPATH}"
133133

134134
# 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 \
135+
RUN apt-get install -y -qq python3 python3-pip python3-full \
138136
&& python3 -m pip install ansible \
139137
&& python3 -m pip install awscli \
140138
&& python3 -m pip install pipenv \

0 commit comments

Comments
 (0)