We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b5da3a + b281bf8 commit 622d90bCopy full SHA for 622d90b
1 file changed
.devcontainer/Dockerfile
@@ -11,5 +11,6 @@ ENV PYTHONUNBUFFERED 1
11
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
12
# && apt-get -y install --no-install-recommends <your-package-list-here>
13
14
-RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
15
- && apt-get -y install --no-install-recommends postgresql-client
+RUN apt-get update || apt-get update \
+ && 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