File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM quay.io/keboola/aws-cli
2- ARG AWS_SECRET_ACCESS_KEY
3- ARG AWS_ACCESS_KEY_ID
4- RUN /usr/bin/aws s3 cp s3://keboola-drivers/exasol/EXASOL_ODBC-7.1.10.tar.gz /tmp/exasol/odbc.tar.gz
5-
61FROM php:8.2.20-cli-bullseye
72MAINTAINER Keboola <devel@keboola.com>
83
@@ -87,14 +82,6 @@ RUN mkdir -p ~/.gnupg \
8782 && gpg --batch --delete-key --yes $SNOWFLAKE_GPG_KEY \
8883 && dpkg -i /tmp/snowflake-odbc.deb
8984
90- # Exasol
91- COPY --from=0 /tmp/exasol/odbc.tar.gz /tmp/exasol/odbc.tar.gz
92- RUN set -ex; \
93- mkdir -p /tmp/exasol/odbc /opt/exasol ;\
94- tar -xzf /tmp/exasol/odbc.tar.gz -C /tmp/exasol/odbc --strip-components 1; \
95- cp /tmp/exasol/odbc/lib/linux/x86_64/libexaodbc-uo2214lv2.so /opt/exasol/;\
96- echo "\n [exasol]\n Driver=/opt/exasol/libexaodbc-uo2214lv2.so\n " >> /etc/odbcinst.ini;\
97- rm -rf /tmp/exasol;
9885
9986# # Composer - deps always cached unless changed
10087# First copy only composer files
You can’t perform that action at this time.
0 commit comments