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 4a00321 commit d6f37ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ 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 rm /etc/httpd/conf.d/ssl.conf
RUN chmod a+r /etc/pki/tls/certs/localhost.crt
RUN chmod a+r /etc/pki/tls/private/localhost.key

# 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 d6f37ed

Please sign in to comment.