Files
runner/images/arm/Dockerfile
2019-10-10 00:52:42 -04:00

8 lines
190 B
Docker

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/*