diff --git a/nodered/Dockerfile b/nodered/Dockerfile index 734cfcb..4084827 100644 --- a/nodered/Dockerfile +++ b/nodered/Dockerfile @@ -36,7 +36,7 @@ FROM base AS build # Install Build tools RUN apt-get update && \ apt-get upgrade -y && \ - apt-get -y install buildtools build-base linux-headers udev python && \ + apt-get -y install build-essential linux-headers-$(uname -r) udev python && \ npm install --unsafe-perm --no-update-notifier --only=production && \ /tmp/remove_native_gpio.sh && \ cp -R node_modules prod_node_modules