diff --git a/Dockerfile b/Dockerfile index 91763ad8..760f71f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV GCC_TOOLS_BASE=/opt/esp/tools/xtensa-esp32-elf/esp-2021r2-8.4.0/xtensa-esp32 # To run the image interactive (windows): # docker run --rm -v %cd%:/project -w /project -it sle118/squeezelite-esp32-idfv43 # To run the image interactive (linux): -# docker run --rm -v `pwd`:/project -w /project -it sle118/squeezelite-esp32-idfv4-master +# docker run --rm -v `pwd`:/project -w /project -it sle118/squeezelite-esp32-idfv43 # to build the web app inside of the interactive session # pushd components/wifi-manager/webapp/ && npm install && npm run-script build && popd # @@ -90,7 +90,7 @@ RUN : \ && pip show pygit2 \ && python --version \ && pip --version \ - && pip3 install protobuf grpcio-tools \ + && pip install protobuf grpcio-tools \ && rm -rf $IDF_TOOLS_PATH/dist \ && : diff --git a/components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb b/components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb old mode 100644 new mode 100755 index 71ef4c78..471a620b --- a/components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb +++ b/components/spotify/cspot/bell/nanopb/generator/protoc-gen-nanopb @@ -10,5 +10,4 @@ # --plugin= on the command line. MYPATH=$(dirname "$0") -echo "Executing $MYPATH/nanopb_generator.py " exec "$MYPATH/nanopb_generator.py" --protoc-plugin