fix ownership of github actions built images

pull/7102/head
Nils Dijk 2023-08-03 14:15:09 +02:00
parent a377b5e386
commit 85248b8ea2
1 changed files with 5 additions and 1 deletions

View File

@ -166,5 +166,9 @@ RUN sudo mkdir /data \
COPY --chown=citus:citus .psqlrc . COPY --chown=citus:citus .psqlrc .
# with the copy linking of layers github actions seem to misbehave with the ownership of the
# directories leading upto the link, hence a small patch layer to have to right ownerships set
RUN sudo chown citus:citus ~/.pgenv ~/.local ~/.local/share ~/.local/share/virtualenvs
# sets default pg version # sets default pg version
# RUN pgenv switch latest 15 RUN pgenv switch latest 15