Skip to content
Snippets Groups Projects
Unverified Commit 77104f00 authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Update Dockerfile

parent 4756ac79
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM reallibrephotos/librephotos-base:dev
ARG DEBUG
WORKDIR /code
RUN git clone --depth 1 https://github.com/LibrePhotos/librephotos .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --break-system-packages --no-cache-dir -r requirements.txt
RUN if [ "$DEBUG" = 1 ] ; then \
pip install setuptools==57.5.0; \
pip install -r requirements.dev.txt; \
......
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