From 8f1d5af2931261ddb78229aa15861e06607a734c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Mon, 4 Nov 2024 09:59:03 -0600 Subject: [PATCH] Do not use ENV --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3532e34..c9c3f85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,6 @@ ARG POSTGRES_VERSION=17 FROM postgres:$POSTGRES_VERSION -ENV POSTGRES_VERSION=${POSTGRES_VERSION} - RUN apt-get update RUN apt-mark hold locales RUN apt-get install curl ca-certificates -y