Skip to content

Commit 8712f7e

Browse files
committed
Removed apt package installs.
Signed-off-by: Charles Johnson <cjohnso@us.ibm.com>
1 parent 3ac6680 commit 8712f7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy
2222

2323
FROM base AS runtime
2424

25-
# Install extra packages
26-
RUN apt-get update && \
27-
apt-get install -y --no-install-recommends postgresql-client=11+200+deb10u4 iputils-ping=3:20180629-2+deb10u2 curl=7.64.0-4+deb10u2 && rm -rf /var/lib/apt/lists/*
28-
2925
# Create and switch to a new user
3026
RUN useradd --create-home --uid 1001 --gid 0 appuser
3127
WORKDIR /home/appuser

0 commit comments

Comments
 (0)