зеркало из https://github.com/mono/docker.git
Remove onbuild images
The Docker project would like us to deprecate those: https://github.com/docker-library/official-images/issues/2076
This commit is contained in:
Родитель
8bc4b54530
Коммит
ef5bdc9651
|
@ -1,11 +0,0 @@
|
|||
FROM mono:5.0.0.100
|
||||
|
||||
MAINTAINER Jo Shields <jo.shields@xamarin.com>
|
||||
|
||||
RUN mkdir -p /usr/src/app/source /usr/src/app/build
|
||||
WORKDIR /usr/src/app/source
|
||||
|
||||
ONBUILD COPY . /usr/src/app/source
|
||||
ONBUILD RUN nuget restore -NonInteractive
|
||||
ONBUILD RUN xbuild /property:Configuration=Release /property:OutDir=/usr/src/app/build/
|
||||
ONBUILD WORKDIR /usr/src/app/build
|
Загрузка…
Ссылка в новой задаче