Skip to content

Commit

Permalink
Remove curly braces from ENV vars in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Alexandre committed Aug 8, 2019
1 parent db0909c commit 5729ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get install -y \
$(lsb_release -cs) \
stable" \
&& apt-get update \
&& apt-get install -y docker-ce=$DOCKER_VERSION docker-ce-cli=${DOCKER_VERSION} containerd.io=${CONTAINERD_VERSION}
&& apt-get install -y docker-ce=$DOCKER_VERSION docker-ce-cli=$DOCKER_VERSION containerd.io=$CONTAINERD_VERSION

# install nodejs
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - && apt-get install -y nodejs autoconf libtool nasm
Expand Down

0 comments on commit 5729ace

Please sign in to comment.