nodejs installation added
This commit is contained in:
parent
ed35ab439c
commit
4533015cdc
@ -5,4 +5,6 @@ ARG HADOLINT_VERSION
|
|||||||
ENV HADOLINT_VERSION ${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 \
|
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
|
||||||
|
Reference in New Issue
Block a user