diff --git a/test_container/build/Dockerfile b/test_container/build/Dockerfile index 7e1d3e50..f5ca3b3b 100644 --- a/test_container/build/Dockerfile +++ b/test_container/build/Dockerfile @@ -21,14 +21,12 @@ RUN apt-get -y update && \ apt-get -y autoremove && \ ldconfig -RUN update-java-alternatives --set java-1.11.0-openjdk-amd64 - RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh RUN mkdir -p downloads/ODBC downloads/JDBC downloads/EXAplus -RUN curl -s https://x-up.s3.amazonaws.com/7.x/7.1.22/EXASOL_ODBC-7.1.22.tar.gz | tar -C downloads/ODBC --strip-components 1 -zxf - -RUN curl -s https://x-up.s3.amazonaws.com/7.x/7.1.14/EXASOL_JDBC-7.1.14.tar.gz | tar -C downloads/JDBC --strip-components 1 -zxf - -RUN curl -s https://exasol-script-languages-dependencies.s3.eu-central-1.amazonaws.com/EXAplus-7.0.11.tar.gz | tar -C downloads/EXAplus --strip-components 1 -zxf - +RUN curl -s https://x-up.s3.amazonaws.com/7.x/24.1.1/Exasol_ODBC-24.1.1-Linux_x86_64.tar.gz | tar -C downloads/ODBC --strip-components 2 -zxf - +RUN curl -s https://x-up.s3.amazonaws.com/7.x/24.1.1/Exasol_JDBC-24.1.1.tar.gz | tar -C downloads/JDBC --strip-components 2 -zxf - +RUN curl -s https://x-up.s3.amazonaws.com/7.x/24.1.1/EXAplus-24.1.1.tar.gz | tar -C downloads/EXAplus --strip-components 2 -zxf - ENV EXAPLUS=/downloads/EXAplus/exaplus COPY deps/requirements.txt requirements.txt