Skip to content

Commit

Permalink
add imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 19, 2024
1 parent 7cf7a58 commit 1fabc42
Show file tree
Hide file tree
Showing 4 changed files with 3,719 additions and 2,739 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 &&\
pwgen netcat-openbsd bash imagemagick curl acme.sh xz imagemagick file &&\
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 1fabc42

Please sign in to comment.