Skip to content

Commit

Permalink
feat/ansibleserver: Install git in Dockerfile.ansibleserver-base
Browse files Browse the repository at this point in the history
  • Loading branch information
rainzm committed May 9, 2020
1 parent cf51436 commit 1fbfc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile.ansibleserver-base
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV TZ Asia/Shanghai
RUN mkdir -p /opt/yunion/bin

RUN apk update && \
apk add --no-cache tzdata ansible ca-certificates && \
apk add --no-cache tzdata git ansible ca-certificates && \
rm -rf /var/cache/apk/*

RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

0 comments on commit 1fbfc7f

Please sign in to comment.