Skip to content
Snippets Groups Projects
Commit c7f2e978 authored by lcappelli's avatar lcappelli
Browse files
parent abd85055
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ RUN yum update -y && \
COPY artifacts/*.rpm /pkgs/
# install nginx httpg + voms and njs dynamic modules
# install nginx httpg + voms and njs dynamic modules (latest version)
COPY nginx.repo /etc/yum.repos.d/nginx.repo
RUN rpm -ivh /pkgs/nginx-httpg-1.22.1-1.el7.ngx.x86_64.rpm && \
rpm -ivh /pkgs/nginx-module-http-voms-1.22.1-1.el7.x86_64.rpm && \
......
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