We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e28388 commit 661a6c1Copy full SHA for 661a6c1
Dockerfile
@@ -9,7 +9,7 @@ COPY scripts/*.sh /app/
9
10
RUN chmod +x /app/*.sh \
11
&& mkdir -m 777 /data/backup \
12
- && apk add --no-cache 7zip bash mariadb-client postgresql16-client sqlite supercronic s-nail tzdata \
+ && apk add --no-cache 7zip bash mariadb-client postgresql16-client sqlite supercronic s-nail tzdata curl \
13
&& apk info --no-cache -Lq mariadb-client | grep -vE '/bin/mariadb$' | grep -vE '/bin/mariadb-dump$' | xargs -I {} rm -f "/{}" \
14
&& ln -sf "${LOCALTIME_FILE}" /etc/localtime \
15
&& addgroup -g "${USER_ID}" "${USER_NAME}" \
0 commit comments