Skip to content

Commit

Permalink
Update Dockerfile.ubuntu20
Browse files Browse the repository at this point in the history
删除多余注释
  • Loading branch information
sunnyLcs authored Jan 9, 2025
1 parent 7eb912b commit 8b4eae5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/dockerfile/Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ WORKDIR /home
RUN rm setuptools-50.3.2.zip setuptools-68.2.0.tar.gz setuptools-69.5.0.tar.gz && \
rm -r setuptools-50.3.2 setuptools-68.2.0 setuptools-69.5.0

WORKDIR /home
# remove them when apt-get support 2.27 and higher version
RUN wget -q https://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.gz && \
tar -xzf binutils-2.33.1.tar.gz && \
cd binutils-2.33.1 && \
Expand Down Expand Up @@ -204,4 +202,4 @@ RUN wget -q https://paddle-ci.gz.bcebos.com/ccache-4.8.2.tar.gz && \
ln -s /usr/local/ccache-4.8.2/bin/ccache /usr/local/bin/ccache && \
cd ../../ && rm -rf ccache-4.8.2.tar.gz

EXPOSE 22
EXPOSE 22

0 comments on commit 8b4eae5

Please sign in to comment.