Skip to content
Snippets Groups Projects
Commit 4ff1f88d authored by lcappelli's avatar lcappelli
Browse files

Revert previous commit and fix bug

parent 04b87c4b
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,3 @@ RUN sh /tmp/library-scripts/provide-nginx-with-httpg.sh
COPY ngx-http-voms-module /ngx-http-voms-module
COPY t /home/nginx/t
RUN sh /tmp/library-scripts/provide-ngx-http-voms-module.sh
CMD ["nginx"]
ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]
......@@ -3,6 +3,6 @@
# Copyright 2018-2022 Istituto Nazionale di Fisica Nucleare
# SPDX-License-Identifier: EUPL-1.2
sudo yum install -y faketime
yum install -y faketime
cd /home/nginx/
faketime '2021-11-14 08:15:42' prove -v
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