RUN apt-get update && apt-get install -y docker.io

This commit is contained in:
2026-05-06 12:38:36 +03:00
parent 1c878793dc
commit 2402b75cb4
2 changed files with 73 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ RUN apt-get update && apt-get install -y curl \
&& apt-get install -y nodejs \
&& apt-get clean
RUN apt-get update && apt-get install -y docker.io
WORKDIR /app
# Копируем всё содержимое проекта