Sfoglia il codice sorgente

scripts: no need to explicitly pull a docker image

Mokhtar Naamani 4 anni fa
parent
commit
ca7c8567a5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      scripts/raspberry-cross-build.sh

+ 0 - 1
scripts/raspberry-cross-build.sh

@@ -7,7 +7,6 @@
 
 # joystream/rust-raspberry image was built from:
 # https://github.com/mnaamani/rust-on-raspberry-docker/commit/8536508b743d55c8573043c4082c62da3b4fd3e2
-docker pull joystream/rust-raspberry
 
 docker run \
     --volume ${PWD}/:/home/cross/project \