File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff 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 && \
You can’t perform that action at this time.
0 commit comments