diff --git a/Dockerfile b/Dockerfile index 633e857..79eb605 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ FROM php:8.3-cli-bookworm # Link the root directory to /github. # @see https://github.com/actions/runner/issues/863 -RUN ln -s /root /github +RUN mkdir -p /github && ln -s /root /github/home # Upgrade all installed packages and clean up. # hadolint ignore=DL3005 diff --git a/goss.yaml b/goss.yaml index 1728443..448daac 100644 --- a/goss.yaml +++ b/goss.yaml @@ -234,7 +234,7 @@ command: stderr: [] timeout: 10000 - test -d /github: + test -d /github/home: exit-status: 0 stderr: [] timeout: 10000