Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jul 5, 2022
1 parent ad6734c commit 4a00321
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ RUN chmod -R 777 /etc/grid-security

# to grant low-numbered port to non-root
RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/sbin/httpd
RUN chmod a+r /etc/pki/tls/certs/localhost.crt
RUN chmod a+r /etc/pki/tls/private/localhost.key
RUN rm /etc/httpd/conf.d/ssl.conf

# RUN ln -fs /opt/idds/config/hostkey.pem /etc/grid-security/hostkey.pem
# RUN ln -fs /opt/idds/config/hostcert.pem /etc/grid-security/hostcert.pem
Expand Down

0 comments on commit 4a00321

Please sign in to comment.