mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
修改maven镜像,默认安装git吧
This commit is contained in:
parent
8913e85b2c
commit
134c022c03
@ -9,7 +9,7 @@ ENV MAVEN_SETING_FILE=/usr/share/maven/conf/settings.xml
|
||||
# Install base packages
|
||||
RUN apk --no-cache update && \
|
||||
apk --no-cache upgrade && \
|
||||
apk --no-cache add tzdata unzip && \
|
||||
apk --no-cache add tzdata unzip git && \
|
||||
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
||||
echo "Asia/Shanghai" > /etc/timezone && \
|
||||
rm -fr /tmp/* /var/cache/apk/*
|
||||
|
Loading…
Reference in New Issue
Block a user