Skip to content

Commit

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

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

# Define the Oracle Instant Client download URLs
ENV BASIC_ZIP_URL="https://download.oracle.com/otn_software/linux/instantclient/2350000/instantclient-basic-linux.x64-23.5.0.24.07.zip"
Expand Down

0 comments on commit 62b5dc6

Please sign in to comment.