Publish image to Quay

This commit is contained in:
CrazyMax
2018-02-05 16:01:36 +01:00
parent 9ae627f339
commit fe5478f148
3 changed files with 9 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0"
RUN apk --update --no-cache add \
ca-certificates curl libressl nginx supervisor tzdata zip \
ca-certificates curl libressl nginx supervisor tzdata zip \
&& rm -rf /var/cache/apk/* /tmp/*
ENV JLS_PATH="/opt/jetbrains-license-server" \