Skip to content
Snippets Groups Projects
Commit 8ed81f2b authored by leszeks's avatar leszeks
Browse files

dockerfile update

parent 9b87ab34
Branches
No related tags found
1 merge request!2Morfeusz to docker
Pipeline #1606 passed
...@@ -5,6 +5,9 @@ COPY ./src ./src ...@@ -5,6 +5,9 @@ COPY ./src ./src
COPY ./main.py . COPY ./main.py .
COPY ./requirements.txt . COPY ./requirements.txt .
RUN wget -O mor http://download.sgjp.pl/apt/sgjp.gpg.key| apt-key add mor
RUN apt-add-repository http://download.sgjp.pl/apt/ubuntu && \
apt update
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN apt-get install -y python-morfeusz2 RUN apt-get install -y python-morfeusz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment