Skip to content

Commit

Permalink
更新dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rangangwei committed Dec 9, 2021
1 parent eb615b2 commit cbf5a57
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
@@ -1,6 +1,6 @@
FROM alpine:3.13

# 安装 nodejs npm
# 安装依赖包,如需其他依赖包,请到alpine依赖包管理(https://pkgs.alpinelinux.org/packages?name=php8*imagick*&branch=v3.13)查找。
RUN apk add --update --no-cache nodejs npm

# # 指定工作目录
Expand Down

0 comments on commit cbf5a57

Please sign in to comment.