Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ALVSoft authored Jul 12, 2024
1 parent 01ba945 commit afc91ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN apt-get update && \
patroni \
check-patroni

RUN echo "deb [trusted=yes] https://apt.postgresml.org ${PGML_LSB_RELEASE_CS} main" > /etc/apt/sources.list.d/postgresml.list && \
RUN RUNLEVEL=1 echo "deb [trusted=yes] https://apt.postgresml.org ${PGML_LSB_RELEASE_CS} main" > /etc/apt/sources.list.d/postgresml.list && \
apt-get update && \
apt-get install -y \
postgresql-pgml-${PG_MAJOR_VERSION} \
Expand Down

0 comments on commit afc91ca

Please sign in to comment.