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
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:
@@ -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 postgresql17-client python3 py3-pip tini
|
||||
RUN apk upgrade --no-cache --scripts=no apk-tools && apk --no-cache add postgresql17-client python3 py3-pip tini
|
||||
|
||||
COPY ./ $APP_HOME
|
||||
WORKDIR $APP_HOME
|
||||
|
||||
Reference in New Issue
Block a user