nodejs installation added

This commit is contained in:
Roger Sikorski 2023-07-27 06:07:30 +02:00
parent ed35ab439c
commit 4533015cdc
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -6,3 +6,5 @@ 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 \ 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 && chmod +x /usr/local/bin/hadolint
RUN apk add --no-cache nodejs