We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2709923 commit e9cf8c0Copy full SHA for e9cf8c0
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app
6
7
8
# dependencies for psycopg2
9
-RUN apt-get update && apt-get install --no-install-recommends -y dnsutils libpq-dev=11.16-0+deb10u1 python3-dev=3.7.3-1 && apt-get clean && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install --no-install-recommends -y dnsutils=1:9.11.5.P4+dfsg-5.1+deb10u11 libpq-dev=11.16-0+deb10u1 python3-dev=3.7.3-1 && apt-get clean && rm -rf /var/lib/apt/lists/*
10
11
12
# Set environment variables
0 commit comments