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

Update Dockerfile

parent 4b04f6cd
No related branches found
No related tags found
No related merge requests found
Pipeline #13249 failed
......@@ -5,7 +5,7 @@ COPY ./src ./src
COPY ./main.py .
COPY ./requirements.txt .
RUN apt update
RUN apt update && apt upgrade
RUN pip install -r requirements.txt
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