fix: add oracle instant client

This commit is contained in:
Markus Pesch 2020-12-23 18:47:42 +01:00
parent 7db12cfd74
commit 7fc9791bc1
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 12 additions and 2 deletions

View File

@ -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}"

View File

@ -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