Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
smilerz committed Oct 9, 2023
1 parent a1d7adc commit e2e2938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ RUN apt-get install -y build-essential
RUN chown -R node-red:root /usr/src/node-red && \
apt-get update && apt-get install -y python-dev-is-python3 libcairo2-dev python3.11-venv && \
python3 -m venv /opt/venv/ && \
chown -R node-red:node-red /opt/venv && \
/opt/venv/bin/python -m pip install --upgrade pip setuptools && \
rm -r /tmp/*

Expand Down

0 comments on commit e2e2938

Please sign in to comment.