We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2165e commit c081816Copy full SHA for c081816
src/dockerfiles/ubuntu-2204-lts/Dockerfile
@@ -116,6 +116,8 @@ RUN apt-get update --yes && \
116
117
USER ${GAP_USER_USERNAME}
118
119
+SHELL ["/bin/bash", "-o", "pipefail", "-c"]
120
+
121
RUN mkdir -pv "$HOME/.gap/pkg"
122
COPY --chown=${GAP_USER_USERNAME}:${GAP_USER_GROUPNAME} --from=buildbare "${GAP_USER_HOMEDIR}/gap-${GAP_VERSION}/" "${GAP_USER_HOMEDIR}/gap-${GAP_VERSION}//"
123
ADD --chown=${GAP_USER_USERNAME}:${GAP_USER_GROUPNAME} ${PACKAGE_MANAGER_DOWNLOAD_URL} ./
0 commit comments