FROM ubuntu:16.04 MAINTAINER phunv [email protected]
RUN apt-get update -y
RUN apt-get install -y nodejs
&& apt-get install -y npm
#Install some dependencies for Ruby RUN apt-get update -qq && apt-get install -y build-essential libpq-dev cron
RUN apt-get install apache2 -y
WORKDIR /code
CMD sudo service apache2 start
Content type
Image
Digest
Size
175.8 MB
Last updated
about 9 years ago
docker pull phunv/angular_1