Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate centos7 to ubuntu 22.10, reduce image size #3492

Merged
merged 4 commits into from
Sep 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Migrate centos7 to ubuntu 22.10, reduce image size
  • Loading branch information
ZhangJian He committed Sep 15, 2022
commit 53e32fcb254abd7fbf85307ffea2dd506ae2d3cc
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN set -x \
&& apt-get install -y --no-install-recommends openjdk-17-jdk \
&& apt-get install -y --no-install-recommends python3 pip \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& apt-get install -y --no-install-recommends gpg wget sudo \
&& apt-get install -y --no-install-recommends gpg gpg-agent wget sudo \
&& apt-get clean all \
hezhangjian marked this conversation as resolved.
Show resolved Hide resolved
&& mkdir -pv /opt \
&& cd /opt \
Expand Down