Skip to content

Commit

Permalink
Add option DEBIAN_FRONTEND=noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPrendota committed Feb 13, 2018
1 parent f95799e commit f26e330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
@@ -1,5 +1,7 @@
FROM python:3.6

ARG DEBIAN_FRONTEND=noninteractive

COPY requirements.txt /tmp

RUN apt-get update; \
Expand Down

0 comments on commit f26e330

Please sign in to comment.