From 6735fc3cf62729993b23e763663fd29bb425afc3 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 23 May 2024 17:24:05 +0000 Subject: [PATCH] =?UTF-8?q?images/actions/js/Dockerfile=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/actions/js/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 images/actions/js/Dockerfile diff --git a/images/actions/js/Dockerfile b/images/actions/js/Dockerfile new file mode 100644 index 0000000..c1c9883 --- /dev/null +++ b/images/actions/js/Dockerfile @@ -0,0 +1,4 @@ +FROM git.euph.dev/actions/runner-basic:latest +ARG PACKAGE_VERSION + +RUN sudo apk add --no-cache "npm" \ No newline at end of file