Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Nov 7, 2024
1 parent 654273a commit 2e3ff36
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ RUN apt-get update && apt-get install -y \
ENV ORACLE_HOME=/opt/oracle/
ENV LD_LIBRARY_PATH=$ORACLE_HOME

RUN ls
RUN cd /usr
RUN ls
RUN cd /lib
RUN ls
RUN cd *-linux-gnu
RUN ls
RUN ls && cd /usr && ls && cd /lib && ls && cd *-linux-gnu && ls
RUN ln -s /usr/lib/*-linux-gnu/libaio.so.1t64 ${ORACLE_HOME}/libaio.so.1

# Define the Oracle Instant Client download URLs
Expand Down

0 comments on commit 2e3ff36

Please sign in to comment.