Skip to content

Commit

Permalink
ploigos-base - allow update-ca-trust at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Dec 16, 2020
1 parent 2deb327 commit 6f23853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ploigos-base/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ RUN useradd ploigos --uid $PLOIGOS_USER_UID --gid $PLOIGOS_USER_GID --home-dir $
chown -R $PLOIGOS_USER_UID:${PLOIGOS_USER_GID} ${PLOIGOS_HOME_DIR} && \
chmod -R g+w ${PLOIGOS_HOME_DIR}

# Allow root(0) group to run update-ca-trust extract
RUN chmod -R g+w /etc/pki/ca-trust/extracted

USER $PLOIGOS_USER_UID
##############################################
# End
Expand Down

0 comments on commit 6f23853

Please sign in to comment.