Skip to content

Commit

Permalink
Latest postgres 15
Browse files Browse the repository at this point in the history
No hard coded proxy
  • Loading branch information
mpartio committed Nov 8, 2023
1 parent bca9f3a commit 48f0548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 48f0548

Please sign in to comment.