From 4533015cdcdd7ddc06bef510dd80cf2269b8cfed Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Thu, 27 Jul 2023 06:07:30 +0200 Subject: [PATCH] nodejs installation added --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcb05ca..0ba85d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,6 @@ ARG HADOLINT_VERSION ENV HADOLINT_VERSION ${HADOLINT_VERSION} RUN wget -nv https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64 -O /usr/local/bin/hadolint \ - && chmod +x /usr/local/bin/hadolint \ No newline at end of file + && chmod +x /usr/local/bin/hadolint + +RUN apk add --no-cache nodejs