We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ce883 commit 3da7c7eCopy full SHA for 3da7c7e
Dockerfile
@@ -1,12 +1,12 @@
1
FROM node:7.5.0
2
3
ENV angular_cli_version=1.2.6
4
-ENV aws-cli=1.11.135
+ENV aws_cli=1.11.136
5
6
-RUN apt-get update && apt-get install -y jq python-pip zip unzip python-dev curl
+RUN apt-get update && apt-get install -y jq python-pip zip unzip python-dev
7
8
# Install AWS-CLI
9
-RUN pip install awscli==${aws-cli}
+RUN pip install awscli==${aws_cli}
10
11
# Install Angular-CLI
12
RUN npm install -g @angular/cli@${angular_cli_version}
0 commit comments