Step 1/12 : FROM balenalib/raspberrypi3-node:10-stretch-build AS buildstep ---> d861e215a959 Step 2/12 : RUN npm install -g npm@latest Using cache ---> 9ed8df7c6820 Step 3/12 : WORKDIR /build Using cache ---> 4b4531cae306 Step 4/12 : COPY .npmrc package.json ./ ---> a1302bae331b Removing intermediate container 50faa13f7781 Step 5/12 : ENV NPM_TOKEN 15e2098e-2249-4111-929e-281333809ef8 ---> Running in f3ba14716fcb ---> c7bddd1026e6 Removing intermediate container f3ba14716fcb Step 6/12 : RUN npm install --only=production --unsafe-perm ---> Running in 092453b2ada2 npm WARN tarball tarball data for @hackscience/hub-interface@5.9.1-test-5064c9.0 (sha512-OtLGdugYpMuaDg/z2s/CEDdghRyVeNY6MebuiUABfyX7CWTYkP2t12nQ0wYKKcjAJPnkWxbMHJzesxShgRi+lA==) seems to be corrupted. Trying one more time. > jss@9.8.7 postinstall /build/node_modules/jss > node -e "console.log('\u001b[35m\u001b[1mLove JSS? You can now support us on open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/jss/donate\u001b[0m')" Love JSS? You can now support us on open collective: > https://opencollective.com/jss/donate npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN slick-carousel@1.8.1 requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) added 590 packages from 394 contributors and audited 6575 packages in 1227.985s found 0 vulnerabilities ---> fa72dcce9828 Removing intermediate container 092453b2ada2 Step 7/12 : FROM balenalib/raspberrypi3-node:10-stretch-run ---> bb69c3052f0a Step 8/12 : WORKDIR /app Using cache ---> a65c5cee79ac Step 9/12 : COPY --from=buildstep /build/node_modules ./node_modules ---> c8caa6cdd873 Removing intermediate container 311d4efa9d71 Step 10/12 : COPY babel.config.js index.js package.json ./ ---> 091a6ee31215 Removing intermediate container 3729dd86dec3 Step 11/12 : COPY server ./server ---> 10f8cb4a1109 Removing intermediate container 4df81511f8dc Step 12/12 : CMD npm start ---> Running in 68432ba43495 ---> a1f750c8ba97 Removing intermediate container 68432ba43495 Successfully built a1f750c8ba97