Update Dockerfile

This commit is contained in:
CrazyMax 2019-09-18 22:09:13 +02:00
parent d673ba2d15
commit bad0f88dcf
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -1,4 +1,4 @@
FROM alpine/git:latest FROM alpine:latest
ARG VERSION ARG VERSION
@ -12,7 +12,9 @@ LABEL version="$VERSION" \
"com.github.actions.icon"="upload-cloud" \ "com.github.actions.icon"="upload-cloud" \
"com.github.actions.color"="green" "com.github.actions.color"="green"
RUN apk --update --no-cache add curl \ RUN apk --update --no-cache add \
curl \
git \
&& rm -rf /var/cache/apk/* /tmp/* && rm -rf /var/cache/apk/* /tmp/*
COPY LICENSE README.md / COPY LICENSE README.md /