fix variable setting

This commit is contained in:
2020-03-17 14:56:00 +00:00
parent faa5b9ae3c
commit 724edf3a5a

View File

@ -2,7 +2,8 @@ FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/base-build-env"
RELEASETOOL_URL="https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/ffc1cc36bbd7e1a56c121f51bf1b4b90/GitlabReleaseTool.zip"
ARG RELEASETOOL_URL="https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/ffc1cc36bbd7e1a56c121f51bf1b4b90/GitlabReleaseTool.zip"
RUN \
apt-get update && \