diff --git a/Dockerfile b/Dockerfile index b5762e9fa..9963bab4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ WORKDIR /espruino RUN apt-get update RUN apt-get install -qq -y python3-pip RUN pip install pyserial +RUN pip install nrfutil # This ensures ALL dependencies are installed beforehand RUN bash -c "source scripts/provision.sh ALL"