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 f0b11cb commit 24bf319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ RUN apt-get update && \
./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
# && 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 24bf319

Please sign in to comment.