We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67ebf7 commit bbd8867Copy full SHA for bbd8867
Dockerfile
@@ -6,6 +6,6 @@ RUN pip install -r requirements.txt
6
7
# Install pg_isready to await db start
8
RUN apt-get update && \
9
- apt-get install postgresql-client-11 --yes --no-install-recommends && \
+ apt-get install postgresql-client --yes --no-install-recommends && \
10
rm -rf /var/lib/apt/lists/*
11
0 commit comments