Merge "Remove unneeded ENV, we already have it in base image"

This commit is contained in:
Jenkins 2016-09-19 16:30:54 +00:00 committed by Gerrit Code Review
commit e411000414
3 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
FROM {{ namespace }}/base-tools:{{ tag }}
MAINTAINER {{ maintainer }}
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y install --no-install-recommends \
cron \
logrotate \

View File

@ -1,7 +1,6 @@
FROM {{ namespace }}/base-tools:{{ tag }}
MAINTAINER {{ maintainer }}
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y -t jessie-backports --no-install-recommends install golang \
&& apt-get clean

View File

@ -3,8 +3,6 @@ MAINTAINER {{ maintainer }}
# We use MOS packages for hindsight, lua_sandbox and lua_sandbox_extensions
ENV DEBIAN_FRONTEND noninteractive
COPY sources.mos.list /etc/apt/sources.list.d/
COPY mos.pref /etc/apt/preferences.d/