Skip to content

Commit 622d90b

Browse files
authored
Merge pull request #83 from ehiber/patch-2
Update PostgreSQL client installation in Dockerfile
2 parents 2b5da3a + b281bf8 commit 622d90b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ ENV PYTHONUNBUFFERED 1
1111
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1212
# && apt-get -y install --no-install-recommends <your-package-list-here>
1313

14-
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
15-
&& apt-get -y install --no-install-recommends postgresql-client
14+
RUN apt-get update || apt-get update \
15+
&& export DEBIAN_FRONTEND=noninteractive \
16+
&& apt-get -y install --no-install-recommends postgresql-client-16 || apt-get -y install --no-install-recommends postgresql-client

0 commit comments

Comments
 (0)