mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
In Dockerfile, use official PPA for Darktable to get the latest version
This solves #205
This commit is contained in:
@@ -70,6 +70,10 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY api/data /app/data
|
COPY api/data /app/data
|
||||||
|
|
||||||
|
# Use official PPA for Darktable to get the latest version
|
||||||
|
RUN echo 'deb http://download.opensuse.org/repositories/graphics:/darktable/Debian_10/ /' | tee /etc/apt/sources.list.d/graphics:darktable.list \
|
||||||
|
curl -fsSL https://download.opensuse.org/repositories/graphics:darktable/Debian_10/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/graphics_darktable.gpg > /dev/null
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
# Required dependencies
|
# Required dependencies
|
||||||
&& apt-get install -y libdlib19 ffmpeg \
|
&& apt-get install -y libdlib19 ffmpeg \
|
||||||
|
|||||||
Reference in New Issue
Block a user