Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rao-g committed Nov 28, 2017
1 parent da5231d commit 36c121b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.6

WORKDIR /
ADD . /

RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

# update package list
Expand Down

0 comments on commit 36c121b

Please sign in to comment.