0.0064
Some checks failed
Build Docker / deploy (push) Failing after 16s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-01 17:00:34 +03:00
parent 762b26e4df
commit 0b00adb290

View File

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