change apk update command
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 25s
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 25s
This commit is contained in:
parent
b3e3122c04
commit
2514632d3b
@ -4,7 +4,7 @@ LABEL maintainer="development@cooltux.net"
|
||||
ARG VERSION=16-20240926
|
||||
|
||||
# PostgreSQL-Client installieren
|
||||
RUN apk update ; \
|
||||
RUN apk update --no-cache ; \
|
||||
apk add --no-cache postgresql16-client
|
||||
|
||||
# Arbeitsverzeichnis erstellen
|
||||
|
Loading…
Reference in New Issue
Block a user