1 Commits

Author SHA1 Message Date
560679057a add rsync, bump alpine
All checks were successful
Github-Actions / build (push) Successful in -31s
Docker Image CI / build (push) Successful in 3m56s
2025-11-21 10:06:18 -05:00

View File

@@ -1,6 +1,6 @@
FROM python:3.13-alpine3.20 AS base
FROM python:3.13-alpine AS base
RUN apk add --no-cache git gcc musl-dev curl gpg gpg-agent
RUN apk add --no-cache git gcc musl-dev curl gpg gpg-agent rsync
FROM base AS deploy