Skip to content

Commit

Permalink
fix: python3-pip added for node-gyp (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
KEGustafsson authored Jan 5, 2025
1 parent 33239a2 commit b7521b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_base_test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN userdel -r ubuntu
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git python3 build-essential avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan libavahi-compat-libdnssd-dev sysstat procps nano curl libcap2-bin sudo dbus bluez\
RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git python3 python3-venv python3-pip build-essential avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan libavahi-compat-libdnssd-dev sysstat procps nano curl libcap2-bin sudo dbus bluez\
&& groupadd -r docker -g 991 && groupadd -r i2c -g 990 && groupadd -r spi -g 989 && usermod -a -G dialout,i2c,spi,netdev,docker node

# RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
Expand Down

0 comments on commit b7521b1

Please sign in to comment.