From 115f5288cde9a86622d3ed12f3e9a3aaafb5c104 Mon Sep 17 00:00:00 2001 From: Antonio Barcelos Date: Mon, 22 Nov 2021 10:49:52 +0100 Subject: [PATCH 1/3] Remove gulp install from Dockerimage --- testkit/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testkit/Dockerfile b/testkit/Dockerfile index 9aeb247f2..d437f0b0d 100644 --- a/testkit/Dockerfile +++ b/testkit/Dockerfile @@ -15,7 +15,6 @@ RUN apt-get update && \ RUN npm install -g npm \ && /bin/bash -c "hash -d npm" -RUN npm install -g gulp # Enable tls v1.0 RUN echo "openssl_conf = openssl_configuration\n"|cat - /etc/ssl/openssl.cnf > /tmp/openssl_conf.cnf \ @@ -40,4 +39,4 @@ USER driver WORKDIR /home/driver CMD /bin/bash RUN mkdir /home/driver/.npm_global -RUN npm config set prefix /home/driver/.npm_global \ No newline at end of file +RUN npm config set prefix /home/driver/.npm_global From 9390f493df620521c60bc3c72619457ac178522c Mon Sep 17 00:00:00 2001 From: Antonio Barcelos Date: Mon, 22 Nov 2021 10:59:50 +0100 Subject: [PATCH 2/3] ? --- testkit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testkit/Dockerfile b/testkit/Dockerfile index d437f0b0d..85da7b626 100644 --- a/testkit/Dockerfile +++ b/testkit/Dockerfile @@ -39,4 +39,4 @@ USER driver WORKDIR /home/driver CMD /bin/bash RUN mkdir /home/driver/.npm_global -RUN npm config set prefix /home/driver/.npm_global +#RUN npm config set prefix /home/driver/.npm_global From 2d1de39ee962c091d813c8591221619343abac2a Mon Sep 17 00:00:00 2001 From: Antonio Barcelos Date: Mon, 22 Nov 2021 11:25:03 +0100 Subject: [PATCH 3/3] bla bla --- testkit/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testkit/Dockerfile b/testkit/Dockerfile index 85da7b626..497dfc0ee 100644 --- a/testkit/Dockerfile +++ b/testkit/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && \ firefox \ && rm -rf /var/lib/apt/lists/* -RUN npm install -g npm \ +RUN npm install -g npm@7 \ && /bin/bash -c "hash -d npm" # Enable tls v1.0 @@ -39,4 +39,4 @@ USER driver WORKDIR /home/driver CMD /bin/bash RUN mkdir /home/driver/.npm_global -#RUN npm config set prefix /home/driver/.npm_global +RUN npm config set prefix /home/driver/.npm_global