0.0064
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Dockerfile.runner
|
FROM node:20-bookworm
|
||||||
FROM node:20-bullseye
|
|
||||||
# Устанавливаем зависимости
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
ansible \
|
ansible \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Проверка версий
|
# Проверка версий
|
||||||
RUN node -v && npm -v && ansible --version
|
RUN node -v && npm -v && ansible --version
|
||||||
Reference in New Issue
Block a user