Skip to content

Commit 3da7c7e

Browse files
author
Ali Imtiaz
committed
Bugfix - aws-cli should be with underscore aws_cli
1 parent 51ce883 commit 3da7c7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM node:7.5.0
22

33
ENV angular_cli_version=1.2.6
4-
ENV aws-cli=1.11.135
4+
ENV aws_cli=1.11.136
55

6-
RUN apt-get update && apt-get install -y jq python-pip zip unzip python-dev curl
6+
RUN apt-get update && apt-get install -y jq python-pip zip unzip python-dev
77

88
# Install AWS-CLI
9-
RUN pip install awscli==${aws-cli}
9+
RUN pip install awscli==${aws_cli}
1010

1111
# Install Angular-CLI
1212
RUN npm install -g @angular/cli@${angular_cli_version}

0 commit comments

Comments
 (0)