Skip to content

Commit

Permalink
Please check change.log
Browse files Browse the repository at this point in the history
  • Loading branch information
boredazfcuk committed Sep 16, 2024
1 parent 6e2c3ce commit 22d7ad0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
977_11-09-2024
979_16-09-2024
6 changes: 6 additions & 0 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

16/09/2024

- Change: Rebase to Alpine Linux 3.20.3
- Change: Installed libheif 1.18.2-r0 from Edge repository which should allow for HEIC to JPEG conversion on iOS 18

11/09/2024

- Change: Merged PR submitted by RICwang which adds the Chinese translations for the remote sync feature and also enables the feature.
Expand Down
3 changes: 2 additions & 1 deletion icloudpd.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ ENV XDG_DATA_HOME="/config" TZ="UTC" ENV="/etc/profile"

ARG icloudpd_version="1.23.4"
ARG build_dependencies="gcc python3-dev libc-dev libffi-dev cargo openssl-dev"
ARG app_dependencies="findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl imagemagick shadow jq libheif jpeg bind-tools expect inotify-tools msmtp"
ARG app_dependencies="findutils nano nano-syntax py3-pip exiftool coreutils tzdata curl imagemagick shadow jq jpeg bind-tools expect inotify-tools msmtp"

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

0 comments on commit 22d7ad0

Please sign in to comment.