Skip to content

Commit

Permalink
Fix permissions for ci home folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jul 5, 2023
1 parent 8f2f323 commit 0ab5b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plone-test/py37-node14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ RUN <<EOT
ln -s /usr/bin/pip3 /usr/bin/pip
mkdir -p /home/ci
useradd --system -m -d /home/ci -U -u 500 ci
chown -R 500 /home/ci
EOT


LABEL maintainer="kitconcept GmbH <server@kitconcept.com>" \
org.label-schema.name="ghcr.io/kitconcept/plone-test-py37-node14" \
org.label-schema.description="Image with Python 3.7 and Node 14" \
Expand Down

0 comments on commit 0ab5b66

Please sign in to comment.