diff --git a/node/18/jammy/Containerfile b/node/18/jammy/Containerfile index e7b2666..c1537e2 100644 --- a/node/18/jammy/Containerfile +++ b/node/18/jammy/Containerfile @@ -50,6 +50,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ ENV YARN_VERSION 1.22.19 +# hadolint ignore=SC2043 RUN set -ex \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ @@ -71,4 +72,4 @@ RUN set -ex \ COPY docker-entrypoint.sh /usr/local/bin/ ENTRYPOINT ["docker-entrypoint.sh"] -CMD [ "node" ] \ No newline at end of file +CMD [ "node" ]