We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a0356f + 617a095 commit b4af133Copy full SHA for b4af133
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM opensciencegrid/software-base:3.6-al8-release
+FROM hub.opensciencegrid.org/opensciencegrid/software-base:24-el8-release
2
3
# Install dependencies (application, Apache)
4
RUN \
@@ -51,3 +51,5 @@ COPY docker/apache.conf /etc/httpd/conf.d/topology.conf
51
COPY docker/supervisor-apache.conf /etc/supervisord.d/40-apache.conf
52
53
EXPOSE 8080/tcp 8443/tcp
54
+
55
+ENV ENABLE_SHA1=YES
0 commit comments