Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
560679057a
|
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user