Skip to content

Commit 2ca0580

Browse files
committed
skipping python install
1 parent 5495cc0 commit 2ca0580

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ 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-pip
1313

14-
RUN pip install awscli
14+
#RUN pip install awscli
1515

1616
RUN apt-get install libpq-dev
1717
# Create app directory

0 commit comments

Comments
 (0)