From 48f054871c1f61d3f49941d060999dd5e62cf3f2 Mon Sep 17 00:00:00 2001 From: Mikko Partio Date: Wed, 8 Nov 2023 11:45:06 +0200 Subject: [PATCH] Latest postgres 15 No hard coded proxy --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index b74245e..2ebff02 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ -FROM docker.io/postgres:15.4 +FROM docker.io/postgres:15 -RUN echo 'Acquire::http::Proxy "http://wwwproxy.fmi.fi:8080";' >> /etc/apt/apt.conf +# RUN echo 'Acquire::http::Proxy "http://wwwproxy.fmi.fi:8080";' >> /etc/apt/apt.conf RUN apt-get update \ && apt-get install -y --no-install-recommends \