Skip to content

Commit

Permalink
-y flag added to apt-get install python-dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
stars4all-project committed Jan 22, 2019
1 parent e612f00 commit e1e6939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update
# install python
RUN apt-get install -y software-properties-common
RUN python --version
RUN apt-get install python-dev
RUN apt-get install -y python-dev
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
RUN python get-pip.py
RUN pip install -U pip
Expand Down

0 comments on commit e1e6939

Please sign in to comment.