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