Fixed curl package for Nginx on Ubuntu with PostgreSQL support
Some checks failed
Build images (DockerHub) / Initialize build (push) Has been cancelled
Build images (DockerHub) / Build base on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub) / Build ${{ matrix.build }} base on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub) / Build ${{ matrix.build }} on ${{ matrix.os }} (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
SonarCloud analysis / Analysis (push) Has been cancelled
Build images (DockerHub, Windows) / Initialize build (push) Has been cancelled
Build images (DockerHub, Windows) / Build ${{ matrix.component }} base on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub, Windows) / Build ${{ matrix.component }} sources on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub, Windows) / Build ${{ matrix.component }} on ${{ matrix.os }} (push) Has been cancelled

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 && \