Skip to content

Commit

Permalink
remove explicit dependencies for better portability
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jul 22, 2024
1 parent 048e187 commit 9a223e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN groupadd -g ${ALFRESCO_REPO_GROUP_ID} ${ALFRESCO_REPO_GROUP_NAME} && \
useradd -u ${ALFRESCO_REPO_USER_ID} -g ${ALFRESCO_REPO_GROUP_NAME} ${ALFRESCO_REPO_USER_NAME} -G tomcat && \
mkdir -m 750 -p ${CATALINA_HOME}/modules/platform && \
chgrp -R ${ALFRESCO_REPO_GROUP_ID} ${CATALINA_HOME}/modules && \
yum install -y fontconfig dejavu-fonts-common fontpackages-filesystem freetype libpng dejavu-sans-fonts && \
yum install -y fontconfig && \
yum clean all && rm -rf /var/cache/yum

FROM repo-rhlike AS repo-rockylinux9
Expand Down

0 comments on commit 9a223e6

Please sign in to comment.