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 7b839b5 commit 5ad1ec1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ RUN apt-get update && \
libgbm-dev \
zip \
rsync \
./google-chrome-stable_current_amd64.deb &&\
rm google-chrome-stable_current_amd64.deb &&\
npm install -g @getgauge/cli
./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

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

0 comments on commit 5ad1ec1

Please sign in to comment.