Skip to content
Snippets Groups Projects
Unverified Commit 5a1db08b authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

Use env with =

parent 1b95a26e
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ RUN apk add --no-cache --virtual .download \ ...@@ -21,7 +21,7 @@ RUN apk add --no-cache --virtual .download \
rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && \ rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && \
apk del .download apk del .download
ENV GOSU_VERSION 1.11 ENV GOSU_VERSION=1.11
COPY [ "resources/gosu-gpg.key", "/tmp/gosu.key" ] COPY [ "resources/gosu-gpg.key", "/tmp/gosu.key" ]
RUN set -ex; \ RUN set -ex; \
\ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment