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 c4a2b57 commit 6ed6ebbCopy full SHA for 6ed6ebb
Dockerfile
@@ -24,7 +24,7 @@ FROM base AS runtime
24
25
# Install extra packages
26
RUN apt-get update && \
27
- apt-get install -y postgresql-client=11+200+deb10u4 iputils-ping=3:20180629-2+deb10u2 curl=7.64.0-4+deb10u2 && rm -rf /var/lib/apt/lists/*
+ apt-get install -y --no-install-recommends postgresql-client=11+200+deb10u4 iputils-ping=3:20180629-2+deb10u2 curl=7.64.0-4+deb10u3 && rm -rf /var/lib/apt/lists/*
28
29
# Create and switch to a new user
30
RUN useradd --create-home --uid 1001 --gid 0 appuser
0 commit comments