Skip to content
Snippets Groups Projects
Commit 366a92f2 authored by lcappelli's avatar lcappelli
Browse files

Formatting

parent 7dc945d3
No related branches found
No related tags found
1 merge request!23Use nginx with njs instead of openresty with lua
Pipeline #87966 passed
...@@ -11,9 +11,9 @@ ARG USER_GID=${USER_UID} ...@@ -11,9 +11,9 @@ ARG USER_GID=${USER_UID}
# install dependencies # install dependencies
COPY library-scripts/*.sh /tmp/library-scripts/ COPY library-scripts/*.sh /tmp/library-scripts/
RUN yum update -y && \ RUN yum update -y && \
sh /tmp/library-scripts/provide-deps.sh && \ sh /tmp/library-scripts/provide-deps.sh && \
sh /tmp/library-scripts/provide-user.sh ${USERNAME} ${USER_UID} ${USER_GID} && \ sh /tmp/library-scripts/provide-user.sh ${USERNAME} ${USER_UID} ${USER_GID} && \
yum clean all && rm -rf /var/cache/yum yum clean all && rm -rf /var/cache/yum
# install nginx with patch for HTTPG and voms module # install nginx with patch for HTTPG and voms module
COPY ngx-http-voms-module /ngx-http-voms-module COPY ngx-http-voms-module /ngx-http-voms-module
......
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