Skip to content

Commit e043480

Browse files
committed
adding python-dev
1 parent 2ca0580 commit e043480

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ RUN apt-get update && \
66
apt-get upgrade -y
77

88
# install aws
9-
#RUN apt-get install -y \
10-
# ssh \
11-
# python \
12-
# python-pip
9+
RUN apt-get install -y \
10+
ssh \
11+
python \
12+
python-dev \
13+
python-pip
1314

14-
#RUN pip install awscli
15+
RUN pip install awscli
1516

1617
RUN apt-get install libpq-dev
1718
# Create app directory

0 commit comments

Comments
 (0)