Skip to content

Commit

Permalink
update deps and add libjeg-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 20, 2024
1 parent 1fabc42 commit f0ff15b
Show file tree
Hide file tree
Showing 5 changed files with 4,051 additions and 2,888 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ WORKDIR /app/
# Install system dependencies
RUN set -ex; \
apk add --update --no-cache \
pwgen netcat-openbsd bash imagemagick curl acme.sh xz imagemagick file &&\
pwgen netcat-openbsd bash imagemagick curl acme.sh xz imagemagick file jpeg &&\
echo "23 20 * * 0 /autobackup" >> /etc/crontabs/root &&\
echo "*/10 * * * * sleep \$((\`od -vAn -N2 -tu2 < /dev/urandom\` %300)) ; /update-cloudflare-dns.sh" >> /etc/crontabs/root &&\
echo "0 0 * * 0 sleep \$((\`od -vAn -N2 -tu2 < /dev/urandom\` %14400)) ; acme.sh --renew-all --config-home /app/server/files/certs/config" >> /etc/crontabs/root
Expand Down
Loading

0 comments on commit f0ff15b

Please sign in to comment.