Skip to content

Commit

Permalink
Added documentation to the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicosolazzo committed Jun 13, 2016
1 parent bbb8fb5 commit 0009687
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN echo "All done - enjoy the packages! If you just want all core tools, do: su

# Cedar packages
RUN apt-get update
# Used this hack for fixing an issue with packages asking for input while setting up
# More info: http://stackoverflow.com/questions/22957939/how-to-answer-an-apt-get-configuration-change-prompt-on-travis-ci-in-this-case
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" upgrade --force-yes
RUN apt-get install -y --force-yes \
autoconf \
Expand Down

0 comments on commit 0009687

Please sign in to comment.