Remove unneeded ENV, we already have it in base image
Change-Id: Iff6134ae8a9ae201807859343cf81a481d21e6cc
This commit is contained in:
parent
3e924d2597
commit
b6ef299b68
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user