RUN apt-get update && apt-get install -y docker.io
This commit is contained in:
@@ -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
|
||||
|
||||
# Копируем всё содержимое проекта
|
||||
|
||||
Reference in New Issue
Block a user