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