Temporary fix for building amd packages
All checks were successful
Build Docker Image / build-and-deploy-image (pg15) (push) Successful in 1m44s
Build Docker Image / build-and-deploy-image (pg16) (push) Successful in 1m44s
Build Docker Image / build-and-deploy-image (pg17) (push) Successful in 1m43s
Build Docker Image / build-and-deploy-image (pg18) (push) Successful in 1m41s

This commit is contained in:
Eugene Morozov
2025-12-13 15:19:47 +02:00
parent 594534ed64
commit e10c7aa270
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ ENV APP_HOME=/home/app/docker-postgres-backup \
PIP_DISABLE_PIP_VERSION_CHECK=on \
LANG=en_US.UTF-8
RUN apk --no-cache add postgresql18-client python3 py3-pip tini
RUN apk upgrade --no-cache --scripts=no apk-tools && apk --no-cache add postgresql18-client python3 py3-pip tini
COPY ./ $APP_HOME
WORKDIR $APP_HOME