Skip to content

Commit b3678f3

Browse files
authored
Merge pull request #235 from howardlopez/dockerfile_syntax_fix
Fix linebreak syntax error in Dockerfile
2 parents cf98580 + dec33b3 commit b3678f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/standard/2.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-we
108108
&& chmod +x /usr/local/bin/kubectl /usr/local/bin/aws-iam-authenticator /usr/local/bin/ecs-cli
109109

110110
RUN set -ex \
111-
&& pip3 install --upgrade setuptools wheel
111+
&& pip3 install --upgrade setuptools wheel \
112112
&& pip3 install awscli boto3
113113

114114
VOLUME /var/lib/docker

0 commit comments

Comments
 (0)