From 6d6451d9120487d8e2eb2d1f0937e459ee5e9443 Mon Sep 17 00:00:00 2001 From: Amit Jakubowicz Date: Thu, 3 Oct 2019 16:28:08 +0200 Subject: [PATCH] no push --- Dockerfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6e9046f..4aa5214 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM node:10.16 RUN apt-get update RUN apt-get install -y curl @@ -11,12 +11,6 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources RUN apt-get update RUN apt-get install -y nodejs yarn -# Node -RUN apt-get install -y nodejs - -# postgres -RUN apt-get install -y postgresql-10 - # application RUN mkdir /opt/server