concordia-docker/lemmagen/Dockerfile

13 lines
431 B
Docker
Raw Normal View History

2019-05-15 21:19:00 +02:00
FROM ubuntu:16.04
2019-05-18 00:37:44 +02:00
# 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
2019-05-15 21:19:00 +02:00
RUN git clone https://git.wmi.amu.edu.pl/rjawor/lemmagen-wrapper.git
2019-05-16 09:52:20 +02:00
CMD mono /lemmagen-wrapper/LemmaGenSockets/bin/Debug/LemmaGenSockets.exe