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 37f4ded commit fe7eb0e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y google-chrome-stable \
&& apt-get install -y unzip \
mkdir -p /opt/oracle && \
cd /opt/oracle && \
wget https://download.oracle.com/otn_software/linux/instantclient/214000/instantclient-basic-linux.x64-21.4.0.0.0dbru.zip && \
unzip instantclient-basic-linux.x64-21.4.0.0.0dbru.zip && \
apt-get install -y libaio1 && \
sh -c "echo /opt/oracle/instantclient_21_4 > /etc/ld.so.conf.d/oracle-instantclient.conf" && \
ldconfig \
npm install -g @getgauge/cli
&& mkdir -p /opt/oracle \
&& cd /opt/oracle \
&& wget https://download.oracle.com/otn_software/linux/instantclient/214000/instantclient-basic-linux.x64-21.4.0.0.0dbru.zip \
&& unzip instantclient-basic-linux.x64-21.4.0.0.0dbru.zip \
&& apt-get install -y libaio1 \
&& sh -c "echo /opt/oracle/instantclient_21_4 > /etc/ld.so.conf.d/oracle-instantclient.conf" \
&& ldconfig \
&& npm install -g @getgauge/cli

0 comments on commit fe7eb0e

Please sign in to comment.