Dockerfile:6 -------------------- 4 | ARG NODE_VERSION 5 | 6 | >>> RUN apt-get update -y 7 | 8 | RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION} | bash - &&\ -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update -y" did not complete successfully: exit code: 255
Dockerfile:6
4 | ARG NODE_VERSION
5 |
6 | >>> RUN apt-get update -y
7 |
8 | RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION} | bash - &&\
ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update -y" did not complete successfully: exit code: 255