This commit is contained in:
Administrator 2022-08-17 17:45:00 +03:00
parent 1c25450853
commit 9082b0352b

View File

@ -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
RUN apt-get install --yes docker-ce docker-ce-cli containerd.io docker-compose-plugin
RUN chmod 777 /etc