Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Oct 14, 2024
1 parent 603721e commit ea8f739
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ WORKDIR ${SRC_PATH}
COPY . .

RUN set -ex \
&& apk add git \
&& export BUILD_VERSION=$(cat version) \
&& export BUILD_DATE=$(date "+%F %T") \
&& export COMMIT_SHA1=$(git rev-parse HEAD) \
Expand All @@ -30,7 +29,6 @@ ENV LC_ALL en_US.UTF-8
ENV LANGUAGE en_US:en

RUN set -ex \
&& apk add bash tzdata ca-certificates \
&& ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo ${TZ} > /etc/timezone \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit ea8f739

Please sign in to comment.