Skip to content
Snippets Groups Projects
Dockerfile 132 B
Newer Older

RUN apk add build-base git bc

COPY requirements.txt ./
RUN pip3 install --no-cache-dir -r requirements.txt