How to solve permission problems when using GitLab CI Runner with Docker and non-root user? – Debian
I am using a GitLab CI Runner with Docker. My dockerfile looks as follows: FROM node:lts-buster-slim # Install docker dependencies RUN apt-get update RUN apt-get install -y --no-install-recommends apt-transport-https build-essential ca-certificates curl gnupg2 dirmngr software-properties-common sudo # Get Docker GPG…