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-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