Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Jul 24, 2024
1 parent 7b17503 commit 5774028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml-cnpg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | te
ENV TZ=UTC
ENV DEBIAN_FRONTEND=noninteractive
ARG PG_VERSION=16
RUN apt update -y && apt install git postgresml-${PG_VERSION}
RUN apt-get update -y && apt-get install -y git postgresml-${PG_VERSION}

# Revert the postgres user to id 26
RUN usermod -u 26 postgres
Expand Down

0 comments on commit 5774028

Please sign in to comment.