Skip to content
Snippets Groups Projects
Commit b0c8f9a8 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Do not make assumption that cache exist prior to usage

parent 3ab17da6
Branches
Tags
1 merge request!115Do not make assumption that cache exist prior to usage
......@@ -20,7 +20,6 @@ ENV CLICOLOR_FORCE=1 \
## We also install gitlab-runner, from the buster package (as bullseye is not available atm)
RUN --mount=type=cache,target=/var/cache/apt \
rm -f /etc/apt/apt.conf.d/docker-clean \
&& ls /var/cache/apt/* \
&& apt-get -yqq update \
&& apt-get -yqq install --no-install-recommends \
ca-certificates \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment