Skip to content

Commit

Permalink
HAAR-2333: update dockerfile to remove install python (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mitchell authored Feb 20, 2024
1 parent 12474db commit c485e51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c485e51

Please sign in to comment.