This commit is contained in:
Gordon Williams 2018-11-13 12:25:14 +00:00
parent 0c90378032
commit e0771fda3c

View File

@ -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"