Skip to content
Snippets Groups Projects
Commit e18d523c authored by Markus Frosch's avatar Markus Frosch
Browse files

Explicitly disable DEBIAN_FRONTEND

parent 60c0f784
No related branches found
No related tags found
No related merge requests found
FROM i386/debian:jessie
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get upgrade -y
......
FROM debian:jessie
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get upgrade -y
......
FROM i386/debian:stretch
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get upgrade -y
......
FROM debian:stretch
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get upgrade -y
......
FROM i386/debian:wheezy
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get upgrade -y
......
FROM debian:wheezy
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get upgrade -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment