0.0064
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user