Remove unneeded ENV, we already have it in base image

Change-Id: Iff6134ae8a9ae201807859343cf81a481d21e6cc
This commit is contained in:
Proskurin Kirill 2016-09-19 14:00:29 +00:00
parent 3e924d2597
commit b6ef299b68
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
FROM {{ namespace }}/base-tools:{{ tag }}
MAINTAINER {{ maintainer }}
# This will prevent questions from being asked during the install
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get install -y --no-install-recommends \
build-essential \
python-dev \