Files
runner/images/arm/Dockerfile
T

8 lines
190 B
Docker
Raw Permalink Normal View History

2019-10-10 00:52:42 -04:00
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/*