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 1d81bda commit f3fdda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu
# 设置时区
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo 'Asia/Shanghai' >/etc/timezone
RUN apt update && sudo apt upgrade -y
RUN apt update && apt upgrade -y
# 更新并安装所需的包
RUN apt install -y \
wget \
Expand Down

0 comments on commit f3fdda0

Please sign in to comment.