Files
gourichon_org/partials/fsg-image/Dockerfile
Stephane Gourichon 45e60d70a3 Use common base image.
2025-09-05 22:55:44 +02:00

7 lines
278 B
Docker

FROM debian:stable-slim
MAINTAINER Stéphane Gourichon <stephane_sysadmin@gourichon.org>
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