File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- 977_11 -09-2024
1
+ 979_16 -09-2024
Original file line number Diff line number Diff line change
1
+
2
+ 16/09/2024
3
+
4
+ - Change: Rebase to Alpine Linux 3.20.3
5
+ - Change: Installed libheif 1.18.2-r0 from Edge repository which should allow for HEIC to JPEG conversion on iOS 18
6
+
1
7
11/09/2024
2
8
3
9
- Change: Merged PR submitted by RICwang which adds the Chinese translations for the remote sync feature and also enables the feature.
Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ ENV XDG_DATA_HOME="/config" TZ="UTC" ENV="/etc/profile"
5
5
6
6
ARG icloudpd_version="1.23.4"
7
7
ARG build_dependencies="gcc python3-dev libc-dev libffi-dev cargo openssl-dev"
8
- ARG app_dependencies="findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl imagemagick shadow jq libheif jpeg bind-tools expect inotify-tools msmtp"
8
+ ARG app_dependencies="findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp"
9
9
10
10
RUN echo "$(date '+%d/%m/%Y - %H:%M:%S') | ***** Build started for boredazfcuk's docker-icloudpd *****" && \
11
11
echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install requirements" && \
12
12
apk add --no-progress --no-cache --virtual build ${build_dependencies} && \
13
13
apk add --no-progress --no-cache ${app_dependencies} && \
14
+ apk add libheif --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
14
15
find /usr/share/nano -name '*.nanorc' -printf "include %p\n " >>/etc/nanorc && \
15
16
echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install iCloudPD latest release" && \
16
17
python -m venv /opt/icloudpd && \
You can’t perform that action at this time.
0 commit comments