Fixed curl package for Nginx on Ubuntu with PostgreSQL support
This commit is contained in:
parent
eeadabc206
commit
7bc3cba04b
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue