Merge pull request #67 from svc-design/python-postgresql-backup

Python postgresql backup
This commit is contained in:
shenlan 2024-11-19 20:45:18 +08:00 committed by GitHub
commit 259b1b8391

View File

@ -1,4 +1,4 @@
FROM python:3.10-base
FROM images.onwalk.net/public/base/python-3.10:latest
# 安装必要的软件包
RUN apt-get update && \