Skip to content

Commit

Permalink
Run as user ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jul 4, 2023
1 parent d6354b9 commit 8f2f323
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plone-test/py37-node14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ RUN <<EOT
npm install -g yarn
pip3 install -U "pip==${PIP_VERSION}"
ln -s /usr/bin/pip3 /usr/bin/pip
mkdir -p /home/ci
useradd --system -m -d /home/ci -U -u 500 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" \
org.label-schema.vendor="kitconcept GmbH"

USER ci

CMD ["bash"]

0 comments on commit 8f2f323

Please sign in to comment.