skip to Main Content

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…

VIEW QUESTION

can't isntall NGINX in a centOS7

can you help me with this? I'm trying to create a container with a centOS 7 and running on it nginx and PHP. this is my dockerfile: FROM remote-host COPY ./conf/nginx.repo /etc/yum.repos.d/nginx.repo RUN yum -y install nginx-1.12.2 --enablerepo=nginx && yum…

VIEW QUESTION
Back To Top
Search