Skip to content

Commit

Permalink
Update Dockerfile.ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Jul 30, 2024
1 parent 1b2cc0a commit 83f40b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN apt-get -y update && apt-get -y install lsb-release ca-certificates wget gnu
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
apt-get -y update

RUN apt-get -y install postgresql-client-${POSTGRES_VERSION}
RUN apt-get -y install postgresql-client-$POSTGRES_VERSION

0 comments on commit 83f40b8

Please sign in to comment.