Skip to content

Commit 59a9b22

Browse files
committed
fix(Dockerfile): change install env to arg
1 parent 0046160 commit 59a9b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG CODENAME
22
FROM registry.drycc.cc/drycc/base:${CODENAME}
33

4-
ENV DRYCC_UID=1001 \
4+
ARG DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/data \
77
JQ_VERSION="1.7.1" \

0 commit comments

Comments
 (0)