fix: add oracle instant client
This commit is contained in:
parent
7db12cfd74
commit
7fc9791bc1
10
Dockerfile
10
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}"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user