From 43f3862c70bec1fbe6563873a7056e7eff6456ad Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Tue, 14 Jun 2022 10:33:47 +0200 Subject: [PATCH] WIP: Pipeline --- test/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker/Dockerfile b/test/docker/Dockerfile index 818e25d8..321abbe5 100644 --- a/test/docker/Dockerfile +++ b/test/docker/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update \ python3-httpbin git curl x11-apps xvfb unzip \ libhdf5-dev \ pkgconf \ - nodejs # Don't install `npm` (Debian), it conflicts with the `nodejs` (Node) package \ + nodejs npm \ && apt-get install -f RUN pip3 install pylint pytest -- GitLab