chore: add s3 dependencies to Docker install

This commit is contained in:
Yohan Boniface 2024-12-11 19:21:05 +01:00
parent c25ee5e29c
commit dc93ec99e8

View file

@ -39,7 +39,7 @@ WORKDIR /srv/umap
COPY . /srv/umap COPY . /srv/umap
RUN /venv/bin/pip install .[docker] RUN /venv/bin/pip install .[docker,s3]
FROM common FROM common