From 831603da3e4fb2da93a908af433eb0db73e0590d Mon Sep 17 00:00:00 2001 From: simonmitchell Date: Tue, 20 Feb 2024 15:32:36 +0000 Subject: [PATCH] HAAR-2333: update dockerfile to remove install python --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index da11362d..a8fe12aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,9 +37,6 @@ ARG BUILD_NUMBER ARG GIT_REF ARG GIT_BRANCH -RUN apt-get update && \ - apt-get install -y make python g++ - COPY package*.json ./ RUN CYPRESS_INSTALL_BINARY=0 npm ci --no-audit