Skip to content

Commit

Permalink
Update base.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKofman committed Dec 17, 2023
1 parent 1b346d0 commit 824d948
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ FROM cypress/base:18.16.1

# Install openssl, ca-certificates, curl, unzip, dbus-x11, cmake, build-essential, and git
RUN apt-get update && \
apt-get install -y openssl ca-certificates curl unzip dbus-x11 cmake build-essential git && \
apt-get install -y openssl ca-certificates curl unzip dbus-x11 libu2f-udev && \
rm -rf /var/lib/apt/lists/*

# Install Node.js package 'cpu-features' globally
RUN npm install -g cpu-features

# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
Expand Down

0 comments on commit 824d948

Please sign in to comment.