FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine

RUN apk update
RUN apk add --no-cache curl bash openjdk8
