FILE / ScuroNeko/ActionRunners

linux.Dockerfile

Исходный файл и его история в репозитории.
FILE b5e10495fe3715c91edd90397055cb74b8970a33
Files
ActionRunners/linux.Dockerfile
T
2026-05-06 17:30:34 +03:00

5 lines
185 B
Docker

FROM node:24-bookworm
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl git bash jq && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*