Skip to content

Commit

Permalink
0.9.8.4
Browse files Browse the repository at this point in the history
#####
1. 更新Dockerfile

#####
  • Loading branch information
Xingsandesu committed Jan 19, 2024
1 parent 5694eed commit dec05af
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 @@ LABEL authors="huxin"

# 安装依赖
RUN apt-get update && \
apt-get install -y ca-certificates && mkdir -p /taichi_os/work
apt-get install -y gcc python3-dev ca-certificates && mkdir -p /taichi_os/work

WORKDIR /taichi_os

Expand Down

0 comments on commit dec05af

Please sign in to comment.