Skip to content
Snippets Groups Projects
Commit ef4a219f authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Fix Dockerfile

parent 59351664
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -3,9 +3,11 @@ FROM python:3.7
ENV DEBIAN_FRONTEND=noninteractive \
TERM=xterm
COPY requirements.txt /
RUN set -e -o xtrace \
; pip install -U pip \
; pip install -r requirements.txt
; pip install -r /requirements.txt
COPY scripts /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment