FROM debian:stable-slim MAINTAINER Stéphane Gourichon RUN echo 'Acquire::http { Proxy "http://host.containers.internal:3142"; };' > /etc/apt/apt.conf.d/01proxy RUN export DEBIAN_FRONTEND=noninteractive ; apt-get update && apt-get -y upgrade && apt autoremove