From c4281d3d936589b4b8385cdf718295dab6e6ff72 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 20 Nov 2017 14:10:46 +0100 Subject: [PATCH] Fix Dockerfile Signed-off-by: Petr "Stone" Hracek --- Dockerfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c74521..c6b3f26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:26 +FROM jamesantill/boltron-27:latest # Description # Environment: @@ -10,11 +10,7 @@ FROM registry.fedoraproject.org/fedora:26 # Additional packages # * findutils are needed to help fix permissions. -MAINTAINER Rado Pitonak - -RUN dnf install -y --setopt=tsflags=nodocs nodejs npm && \ - dnf install -y --setopt=tsflags=nodocs findutils && \ - dnf -y clean all +LABEL maintainer Zuzana Svetlikova ENV NAME=nodejs \ VERSION=0 \ @@ -38,6 +34,9 @@ LABEL summary="Javascript runtime." \ io.openshift.expose-services="8080:https" \ io.openshift.s2i.scripts-url="image:///usr/local/s2i" +RUN dnf install -y --setopt=tsflags=nodocs nodejs npm findutils && \ + dnf -y clean all + # Copy s2i scripts COPY ./.s2i/bin/ /usr/local/s2i