use smaller image and perform update of packages

This commit is contained in:
dcore94 2024-01-15 16:40:49 +01:00
parent 3d595d1192
commit 626b348df6
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
FROM python:3.7
FROM python:3.7-slim
RUN apt-get update && apt-get install curl -y
COPY ./docker/d4science/requirements.txt /app/
RUN pip install -r /app/requirements.txt
COPY conductor/ /app/conductor