Skip to content
Snippets Groups Projects
Commit 3dc3d10b authored by lcappelli's avatar lcappelli
Browse files

Update the rpm installed in the dockerfile

parent c0903b77
No related branches found
No related tags found
No related merge requests found
...@@ -20,13 +20,13 @@ COPY artifacts/*.rpm /pkgs/ ...@@ -20,13 +20,13 @@ COPY artifacts/*.rpm /pkgs/
# install nginx httpg + voms and njs dynamic modules (latest version) # install nginx httpg + voms and njs dynamic modules (latest version)
COPY nginx.repo /etc/yum.repos.d/nginx.repo COPY nginx.repo /etc/yum.repos.d/nginx.repo
RUN rpm -ivh /pkgs/nginx-httpg-1.22.1-1.el7.ngx.x86_64.rpm && \ RUN rpm -ivh /pkgs/nginx-httpg-1.24.0-1.el7.ngx.x86_64.rpm && \
rpm -ivh /pkgs/nginx-module-http-voms-1.22.1-1.el7.x86_64.rpm && \ rpm -ivh /pkgs/nginx-module-http-voms-1.24.0-1.el7.x86_64.rpm && \
yum install -y nginx-module-njs yum install -y nginx-module-njs
# install nginx + voms and njs dynamic modules # install nginx + voms and njs dynamic modules
# RUN yum -y install nginx nginx-module-njs && \ # RUN yum -y install nginx nginx-module-njs && \
# rpm -ivh /pkgs/nginx-module-http-voms-1.22.1-1.el7.x86_64.rpm # rpm -ivh /pkgs/nginx-module-http-voms-1.24.0-1.el7.x86_64.rpm
EXPOSE 80 EXPOSE 80
......
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