This commit is contained in:
Administrator
2022-08-18 10:25:55 +03:00
parent 9082b0352b
commit 1600962042
2 changed files with 3 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ RUN echo \
$(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
RUN chmod 777 /etc
RUN mkdir /etc/builds/
RUN chmod 777 /etc/builds