Skip to content

Commit 22d7ad0

Browse files
committed
Please check change.log
1 parent 6e2c3ce commit 22d7ad0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

build_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
977_11-09-2024
1+
979_16-09-2024

change.log

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
11/09/2024
28

39
- Change: Merged PR submitted by RICwang which adds the Chinese translations for the remote sync feature and also enables the feature.

icloudpd.dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ ENV XDG_DATA_HOME="/config" TZ="UTC" ENV="/etc/profile"
55

66
ARG icloudpd_version="1.23.4"
77
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"
99

1010
RUN echo "$(date '+%d/%m/%Y - %H:%M:%S') | ***** Build started for boredazfcuk's docker-icloudpd *****" && \
1111
echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install requirements" && \
1212
apk add --no-progress --no-cache --virtual build ${build_dependencies} && \
1313
apk add --no-progress --no-cache ${app_dependencies} && \
14+
apk add libheif --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
1415
find /usr/share/nano -name '*.nanorc' -printf "include %p\n" >>/etc/nanorc && \
1516
echo "$(date '+%d/%m/%Y - %H:%M:%S') | Install iCloudPD latest release" && \
1617
python -m venv /opt/icloudpd && \

0 commit comments

Comments
 (0)