Skip to content

Commit

Permalink
Added wget to Dockerfile pkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinyu95 committed Feb 20, 2024
1 parent 05060f5 commit f5e3cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
apt-get install -y \
make perl \
fonts-noto-cjk fonts-freefont-ttf \
sudo git curl bash-completion && \
sudo git curl wget bash-completion && \
apt-get clean && \
rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*

Expand Down

0 comments on commit f5e3cc9

Please sign in to comment.