Skip to content
Snippets Groups Projects
Commit 5dd85d40 authored by Luca Bassi's avatar Luca Bassi Committed by Francesco Giacomini
Browse files

Install nginx-module-njs without upgrading nginx

parent 3c4a7183
No related branches found
No related tags found
1 merge request!28Resolve "New stable NGINX release 1.26.3"
......@@ -27,7 +27,7 @@ COPY artifacts/*.rpm /pkgs/
COPY nginx.repo /etc/yum.repos.d/nginx.repo
RUN rpm -ivh /pkgs/nginx-*.el${EL_VERSION}.httpg.x86_64.rpm && \
rpm -ivh /pkgs/nginx-module-http-voms-*.el${EL_VERSION}.x86_64.rpm && \
dnf install -y nginx-module-njs \
dnf install -y nginx-module-njs-$(rpm -q --qf %{VERSION} nginx)* \
# forward request and error logs to docker log collector
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment