|
|
@ -58,6 +58,7 @@ RUN set -eux; \ |
|
|
if [ "$WITH_POPPLER" = "1" ]; then apt-get install -y --no-install-recommends poppler-utils; fi; \ |
|
|
if [ "$WITH_POPPLER" = "1" ]; then apt-get install -y --no-install-recommends poppler-utils; fi; \ |
|
|
if [ "$WITH_PSQL_CLIENT" = "1" ]; then apt-get install -y --no-install-recommends postgresql-client; fi; \ |
|
|
if [ "$WITH_PSQL_CLIENT" = "1" ]; then apt-get install -y --no-install-recommends postgresql-client; fi; \ |
|
|
if [ "$WITH_NGINX" = "1" ]; then \ |
|
|
if [ "$WITH_NGINX" = "1" ]; then \ |
|
|
|
|
|
apt-get install -y --no-install-recommends gnupg; \ |
|
|
curl -fsSL https://openresty.org/package/pubkey.gpg | gpg --dearmor -o /usr/share/keyrings/openresty.gpg; \ |
|
|
curl -fsSL https://openresty.org/package/pubkey.gpg | gpg --dearmor -o /usr/share/keyrings/openresty.gpg; \ |
|
|
echo "deb [signed-by=/usr/share/keyrings/openresty.gpg] http://openresty.org/package/debian bookworm openresty" \ |
|
|
echo "deb [signed-by=/usr/share/keyrings/openresty.gpg] http://openresty.org/package/debian bookworm openresty" \ |
|
|
> /etc/apt/sources.list.d/openresty.list; \ |
|
|
> /etc/apt/sources.list.d/openresty.list; \ |
|
|
|