From 7fc9791bc1e1594925efae825dff7a1a200e9c51 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 23 Dec 2020 18:47:42 +0100 Subject: [PATCH] fix: add oracle instant client --- Dockerfile | 10 ++++++++-- installation-scripts/00-pacman-mirror.sh | 4 ++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f703bdb..5ac1777 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,14 @@ RUN /tmp/installation-scripts/00-pacman-mirror.sh RUN pacman --sync \ --refresh \ --noconfirm \ - --sysupgrade rpm-builder - + --sysupgrade \ + oracle-instantclient-basic \ + oracle-instantclient-jdbc \ + oracle-instantclient-odbc \ + oracle-instantclient-sdk \ + oracle-instantclient-sqlplus \ + oracle-instantclient-tools \ + rpm-builder ENV PATH="/root/.cargo/bin:/root/go/bin:${PATH}" diff --git a/installation-scripts/00-pacman-mirror.sh b/installation-scripts/00-pacman-mirror.sh index cbdbe60..53b90ae 100755 --- a/installation-scripts/00-pacman-mirror.sh +++ b/installation-scripts/00-pacman-mirror.sh @@ -21,4 +21,8 @@ Server = https://aur.cryptic.systems/any/ [x86_64] Server = https://aur.cryptic.systems/x86_64/ + +[oracle] +SigLevel = Optional TrustAll +Server = http://linux.shikadi.net/arch/oracle/x86_64/ EOF