Skip to content

Commit 733dbf0

Browse files
committed
Docker: Run install-libvips.sh before install-libheif.sh on Jammy photoprism#5621
1 parent df152c4 commit 733dbf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/develop/jammy-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
7070
/scripts/install-mariadb.sh mariadb-client && \
7171
/scripts/install-darktable.sh && \
7272
/scripts/install-yt-dlp.sh && \
73-
/scripts/install-libheif.sh && \
7473
/scripts/install-libvips.sh && \
74+
/scripts/install-libheif.sh && \
7575
echo 'alias ll="ls -alh"' >> /etc/skel/.bashrc && \
7676
echo 'export PS1="\u@$DOCKER_TAG:\w\$ "' >> /etc/skel/.bashrc && \
7777
echo "ALL ALL=(ALL) NOPASSWD:SETENV: /scripts/entrypoint-init.sh" >> /etc/sudoers.d/init && \

docker/develop/jammy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
9696
/scripts/install-onnx.sh && \
9797
/scripts/install-darktable.sh && \
9898
/scripts/install-yt-dlp.sh && \
99-
/scripts/install-libheif.sh && \
10099
/scripts/install-libvips.sh && \
100+
/scripts/install-libheif.sh && \
101101
/scripts/install-chrome.sh && \
102102
echo "ALL ALL=(ALL) NOPASSWD:SETENV: ALL" >> /etc/sudoers.d/all && \
103103
mkdir -p /etc/skel/.config/go/telemetry && \

0 commit comments

Comments
 (0)