1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-22 15:58:21 +02:00

Remove useless dependencies in Gitlab CI

This commit is contained in:
Yohann D'ANELLO
2020-09-24 12:18:11 +02:00
parent 05528cd58c
commit cedb693c5b
3 changed files with 1 additions and 4 deletions

View File

@ -11,7 +11,7 @@ RUN apk add --no-cache bash
RUN mkdir /code
WORKDIR /code
COPY requirements.txt /code/requirements.txt
RUN pip install -r requirements.txt --no-cache-dir
RUN pip install -r requirements.txt psycopg2-binary --no-cache-dir
COPY . /code/