6 lines
223 B
Docker
6 lines
223 B
Docker
FROM ubuntu:16.04
|
|
|
|
RUN apt-get update && apt-get -y install git mono-runtime
|
|
RUN git clone https://git.wmi.amu.edu.pl/rjawor/lemmagen-wrapper.git
|
|
|
|
CMD mono /lemmagen-wrapper/LemmaGenSockets/bin/Debug/LemmaGenSockets.exe |