8000 update 8.7 to use pip installations of awscli · jmfirth/docker-webpack@d1803ac · GitHub
[go: up one dir, main page]

Skip to content

Commit d1803ac

Browse files
committed
update 8.7 to use pip installations of awscli
1 parent 5349b85 commit d1803ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

8.7/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM node:8.7
22
MAINTAINER Jonathan Azoff <dev@beomni.com>
33

4-
RUN apt-get install -y bzip2 git
4+
RUN apt-get update && \
5+
apt-get install -y bzip2 git python-pip python-dev build-essential && \
6+
rm -rf /var/lib/apt/lists/*
57
RUN pip install awscli --upgrade --user
68
RUN npm install -g webpack webpack-dev-server
79

0 commit comments

Comments
 (0)
0