diff --git a/test/docker/Dockerfile b/test/docker/Dockerfile
index 818e25d811a07dc770988e4fa5b9186a72f669e2..321abbe52735255e6c7df15c2701770b83568494 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