Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbradleySoftrams authored Dec 16, 2024
1 parent 5ad1ec1 commit f0b11cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ FROM node:18
# Dockerfiles just install chrome to get the dependencies.
# Install Google Chrome
RUN apt-get update && \
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
apt install --assume-yes \
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& apt install --assume-yes \
libgbm-dev \
zip \
rsync \
./google-chrome-stable_current_amd64.deb \
&& rm google-chrome-stable_current_amd64.deb \
&& npm install -g @getgauge/cli \
&& npm install \
&& gauge install \
&& gauge install screenshot \
&& gauge config check_updates false
# && gauge install \
# && gauge install screenshot \
# && gauge config check_updates false

# Install Oracle Client
RUN mkdir -p /opt/oracle && \
Expand Down

0 comments on commit f0b11cb

Please sign in to comment.