diff --git a/Containerfile b/Containerfile index 085646b..c7fa70b 100644 --- a/Containerfile +++ b/Containerfile @@ -104,7 +104,8 @@ RUN sed -i -r \ # Runtime rootless-mode configuration USER podman VOLUME ["/home/podman/.local/share/containers/storage/",\ - "/home/podman/.gitlab-runner/"] + "/home/podman/.gitlab-runner/", \ + "/cache"] WORKDIR /home/podman ENTRYPOINT ["/usr/local/bin/gitlab-runner-wrapper"]