Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aiastia authored Jun 29, 2024
1 parent 32ad7d3 commit 1d81bda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo 'Asia/Shanghai' >/etc/timezone
RUN apt update && sudo apt upgrade -y
# 更新并安装所需的包
RUN
apt install -y \
RUN apt install -y \
wget \
git \
curl \
Expand Down

0 comments on commit 1d81bda

Please sign in to comment.