initial add
This commit is contained in:
commit
10deae328b
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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 install -y git mono-complete
|
||||||
|
RUN git clone https://git.wmi.amu.edu.pl/rjawor/concordia-server.git
|
||||||
|
|
Loading…
Reference in New Issue
Block a user