Skip to content

Commit 2483ba8

Browse files
authored
Use Ububtu 24.04 image for OracleDB Instant Client (#2195)
* Use Ububtu 24.04 image for OracleDB Instant Client * Package changed the name
1 parent 72aea74 commit 2483ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using/recipe_code/oracledb.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/jupyter/base-notebook:ubuntu-22.04
1+
FROM quay.io/jupyter/base-notebook
22

33
USER root
44

@@ -7,7 +7,7 @@ RUN apt-get update --yes && \
77
apt-get install --yes --no-install-recommends software-properties-common && \
88
add-apt-repository universe && \
99
apt-get update --yes && \
10-
apt-get install --yes --no-install-recommends alien default-jre default-jdk openjdk-11-jdk libaio1 && \
10+
apt-get install --yes --no-install-recommends alien default-jre default-jdk openjdk-11-jdk libaio1t64 && \
1111
apt-get clean && rm -rf /var/lib/apt/lists/*
1212

1313
# Oracle

0 commit comments

Comments
 (0)