Skip to content
Snippets Groups Projects
Commit 4b04f6cd authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Update Dockerfile

parent a1b0fe99
Branches
No related tags found
No related merge requests found
Pipeline #13248 failed
...@@ -5,9 +5,7 @@ COPY ./src ./src ...@@ -5,9 +5,7 @@ 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 update
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