Skip to content
Snippets Groups Projects
Commit 14a49a7d authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski Committed by Damian Raczkowski
Browse files

Update Dockerfile

parent 77cc1b68
No related branches found
No related tags found
1 merge request!3Gitlab registry
Pipeline #13256 passed
...@@ -5,7 +5,7 @@ COPY ./src ./src ...@@ -5,7 +5,7 @@ COPY ./src ./src
COPY ./main.py . COPY ./main.py .
COPY ./requirements.txt . COPY ./requirements.txt .
RUN apt update && apt upgrade RUN apt update && apt upgrade -y
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