Skip to content

Commit

Permalink
correct command to download postgres client
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Oct 5, 2024
1 parent 62028df commit ba3d070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/
&& wget -O /usr/local/bin/dockerize.tar.gz https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-$(dpkg --print-architecture)-${DOCKERIZE_VERSION}.tar.gz \
&& tar -C /usr/local/bin -xzvf /usr/local/bin/dockerize.tar.gz \
&& rm /usr/local/bin/dockerize.tar.gz \
&& apk add --no-cache postgresql-client
&& apt-get update && apt-get install -y postgresql-client-15

0 comments on commit ba3d070

Please sign in to comment.