Skip to content

Commit 661a6c1

Browse files
committed
feat: #25 add curl to Dockerfile dependencies
1 parent 4e28388 commit 661a6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY scripts/*.sh /app/
99

1010
RUN chmod +x /app/*.sh \
1111
&& mkdir -m 777 /data/backup \
12-
&& apk add --no-cache 7zip bash mariadb-client postgresql16-client sqlite supercronic s-nail tzdata \
12+
&& apk add --no-cache 7zip bash mariadb-client postgresql16-client sqlite supercronic s-nail tzdata curl \
1313
&& apk info --no-cache -Lq mariadb-client | grep -vE '/bin/mariadb$' | grep -vE '/bin/mariadb-dump$' | xargs -I {} rm -f "/{}" \
1414
&& ln -sf "${LOCALTIME_FILE}" /etc/localtime \
1515
&& addgroup -g "${USER_ID}" "${USER_NAME}" \

0 commit comments

Comments
 (0)