mirror of
https://github.com/actions/runner.git
synced 2026-01-03 16:44:47 +08:00
GitHub Actions Runner
This commit is contained in:
7
images/arm/Dockerfile
Normal file
7
images/arm/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/core/runtime-deps:2.1
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user