Update Dockerfile repo and tests
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This commit is contained in:
parent
943bed62f1
commit
15947cc35f
3 changed files with 2 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue