Skip to content

Commit

Permalink
chore(build): add git to Dockerfile.compile (#8651)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogonthehorizon committed Oct 13, 2020
1 parent 0f6b9c4 commit ba18339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.compile
@@ -1,6 +1,7 @@
FROM alpine:3.11
RUN apk add --update \
openjdk11 \
git \
&& rm -rf /var/cache/apk
LABEL maintainer="sig-platform@spinnaker.io"
ENV GRADLE_USER_HOME /workspace/.gradle
Expand Down

0 comments on commit ba18339

Please sign in to comment.