Skip to content
Snippets Groups Projects
Dockerfile 354 B
Newer Older
Niaz's avatar
Niaz committed
FROM reallibrephotos/librephotos-dependencies:dev
Matteo Parrucci's avatar
Matteo Parrucci committed
ARG DEBUG
RUN git clone --depth 1 https://github.com/LibrePhotos/librephotos .
Niaz Faridani-Rad's avatar
Niaz Faridani-Rad committed
RUN pip install --no-cache-dir -r requirements.txt
Matteo Parrucci's avatar
Matteo Parrucci committed
RUN if [ "$DEBUG" = 1 ] ; then pip install -r requirements.dev.txt ;  fi
COPY entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]