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

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