Build tools for AP.NET Core + Docker
198
Based on image microsoft/aspnetcore-build
Added: docker support yarn
Dockerfile content:
FROM microsoft/aspnetcore-build
RUN apt-get update RUN apt-get -y install apt-transport-https ca-certificates curl software-properties-common
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - RUN apt-key fingerprint 0EBFCD88 RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable" RUN apt-get update RUN apt-get -y install docker-ce
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get update && apt-get -y install yarn
Content type
Image
Digest
Size
852.1 MB
Last updated
over 8 years ago
docker pull dbgate/aspnetcore-docker-build