Skip to content

Commit

Permalink
fix build error when no build-arg set for "mirror"
Browse files Browse the repository at this point in the history
Fixed issue #1
  • Loading branch information
Dieken committed Jan 5, 2023
1 parent 4fb9363 commit e510ea2
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 @@ -9,7 +9,7 @@ ARG group=www-data
ARG port=80
ARG lang=C.UTF-8
ARG tz=Asia/Shanghai
ARG mirror
ARG mirror=""

ENV LANG=$lang TZ=$tz

Expand Down

0 comments on commit e510ea2

Please sign in to comment.