From 9082b0352b069e08553aa062e00bbc5c48c05747 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 17 Aug 2022 17:45:00 +0300 Subject: [PATCH] gitlab --- gitlab-runner/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlab-runner/Dockerfile b/gitlab-runner/Dockerfile index 1bf751c..ba94178 100644 --- a/gitlab-runner/Dockerfile +++ b/gitlab-runner/Dockerfile @@ -9,4 +9,5 @@ RUN echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null RUN apt-get update --yes -RUN apt-get install --yes docker-ce docker-ce-cli containerd.io docker-compose-plugin \ No newline at end of file +RUN apt-get install --yes docker-ce docker-ce-cli containerd.io docker-compose-plugin +RUN chmod 777 /etc \ No newline at end of file