Update Dockerfile repo and tests

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This commit is contained in:
Petr "Stone" Hracek 2017-06-12 14:01:23 +02:00
commit 15947cc35f
3 changed files with 2 additions and 11 deletions

View file

@ -15,10 +15,7 @@ LABEL summary="Javascript runtime." \
io.k8s.description="Node.js is a platform built on V8 JavaScript Engine for easily building fast, scalable network applications."
COPY repos/* /etc/yum.repos.d/
RUN sed -i 's|/jkaluza/|/ralph/|g' /etc/yum.repos.d/build.repo && \
microdnf --nodocs --enablerepo nodejs install nodejs npm
RUN microdnf --nodocs install nodejs npm
EXPOSE 8080