Docker building node image – Stuck – Debian
I am trying to build a (node.js + python) image. This is the dockerfile i used: FROM ubuntu RUN DEBIAN_FRONTEND=noninteractive apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common #install freecad RUN add-apt-repository ppa:freecad-maintainers/freecad-daily RUN DEBIAN_FRONTEND=noninteractive apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get…