Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 50f9179

Browse files
committed
Merge branch 'master' of github.com:skbkontur/cement
2 parents 6d28973 + 1a2b059 commit 50f9179

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockerfile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM mono:5.8.0.108
2+
3+
RUN apt-get update
4+
RUN apt-get --yes install curl unzip wget
5+
6+
RUN curl -s https://api.github.com/repos/skbkontur/cement/releases/latest | grep "browser_download_url.*zip" | cut -d : -f 2,3 | tr -d \" | wget -O cement.zip -i -
7+
RUN mkdir ./cement
8+
RUN unzip -o cement.zip -d ./cement
9+
RUN mono ../cement/dotnet/cm.exe init

0 commit comments

Comments
 (0)