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 239073b commit b58181a
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 @@ -18,11 +18,11 @@ RUN apt-get update && \
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
&& 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 b58181a

Please sign in to comment.