HEIF: Remove heif-convert.sh script from Jammy Docker images #2726

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-06 22:14:54 +02:00
parent dc33ff690a
commit f233f41b77
2 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
echo "ALL ALL=(ALL) NOPASSWD:SETENV: /scripts/entrypoint-init.sh" >> /etc/sudoers.d/init && \
cp /etc/skel/.bashrc /root/.bashrc && \
/scripts/create-users.sh && \
cp /scripts/heif-convert.sh /usr/local/bin/heif-convert.sh && \
(wget --inet4-only -c "https://dl.photoprism.app/dist/libheif/libheif.jammy.tar.gz" -O - | tar -xz -C /usr/local) && \
ldconfig && \
install -d -m 0777 -o 1000 -g 1000 \

View File

@ -76,7 +76,6 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
echo "ALL ALL=(ALL) NOPASSWD:SETENV: ALL" >> /etc/sudoers.d/all && \
cp /etc/skel/.bashrc /root/.bashrc && \
/scripts/create-users.sh && \
cp /scripts/heif-convert.sh /usr/local/bin/heif-convert.sh && \
(wget --inet4-only -c "https://dl.photoprism.app/dist/libheif/libheif.jammy.tar.gz" -O - | tar -xz -C /usr/local) && \
ldconfig && \
install -d -m 0777 -o 1000 -g 1000 \