Skip to content

Commit

Permalink
Merge branch 'master' of github.com:KubeOperator/ekko
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Jun 15, 2022
2 parents 262fd12 + 51329bf commit a90aa75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ RUN ARCH=$(uname -m) && case $ARCH in aarch64) ARCH="arm64";; x86_64) ARCH="amd6
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* && \
chmod -R 755 /tmp && mkdir -p /opt/webkubectl


ENV TZ='Asia/Shanghai';
RUN apk add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \
&& apk del tzdata

COPY vimrc.local /etc/vim

Expand Down

0 comments on commit a90aa75

Please sign in to comment.