removed lemmagen

This commit is contained in:
rjawor 2019-05-19 13:33:11 +02:00
parent 43b0fd56a9
commit 4d4ba426bb
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
FROM ubuntu:16.04
# Set the locale
RUN apt-get update && apt-get install -y locales
RUN sed -i -e 's/# pl_PL.UTF-8 UTF-8/pl_PL.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
ENV LANG pl_PL.UTF-8
ENV LANGUAGE pl_PL:pl
ENV LC_ALL pl_PL.UTF-8
RUN apt-get -y install git mono-complete
RUN git clone https://git.wmi.amu.edu.pl/rjawor/lemmagen-wrapper.git
CMD mono /lemmagen-wrapper/LemmaGenSockets/bin/Debug/LemmaGenSockets.exe