Skip to content

Commit

Permalink
naive chmod'ing to get permissions correct on certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
clundst authored and oshadura committed Apr 19, 2024
1 parent 636ac2f commit 6154155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.cc-dask-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ RUN rm -rf /tmp/* \
# FIXME: add better layering for preparation of env
ADD prepare-env/prepare-env-cc.sh /usr/local/bin/prepare-env.sh
RUN chmod ugo+x /usr/local/bin/prepare-env.sh
RUN chmod g-w /usr/local/etc/grid-security
RUN chmod g-w /usr/local/etc/grid-security/*
RUN chmod g-w /usr/local/etc/grid-security/certificates/*

# Switch back to cms-jovyan to avoid accidental container runs as root
USER ${NB_UID}
Expand Down

0 comments on commit 6154155

Please sign in to comment.