Fixed curl package for Nginx on Ubuntu with PostgreSQL support

This commit is contained in:
Alexey Pustovalov 2026-03-19 18:48:18 +09:00
parent eeadabc206
commit 7bc3cba04b
2 changed files with 0 additions and 2 deletions

View file

@ -90,7 +90,6 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
${INSTALL_PKGS} && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
purge \
curl \
gnupg && \
apt-get -y autoremove && \
find /usr/lib -type f -name '*.pyc' -delete && \

View file

@ -90,7 +90,6 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
${INSTALL_PKGS} && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
purge \
curl \
gnupg && \
apt-get -y autoremove && \
find /usr/lib -type f -name '*.pyc' -delete && \