ci: temporarily revert runners to public images to bootstrap custom image build #3
@@ -1,10 +1,11 @@
|
|||||||
FROM code.forgejo.org/forgejo/runner:6
|
FROM code.forgejo.org/forgejo/runner:6
|
||||||
|
|
||||||
# Install Node.js (needed for GitHub Actions checkout@v4, etc.)
|
# Install Node.js + Docker client (needed for GitHub Actions + docker build)
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm && \
|
npm \
|
||||||
|
docker.io && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Verify installations
|
# Verify installations
|
||||||
|
|||||||
Reference in New Issue
Block a user