Skip to content

Commit

Permalink
Use Ububtu 24.04 image for OracleDB Instant Client (jupyter#2195)
Browse files Browse the repository at this point in the history
* Use Ububtu 24.04 image for OracleDB Instant Client

* Package changed the name
  • Loading branch information
mathbunnyru authored Dec 29, 2024
1 parent 72aea74 commit 2483ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using/recipe_code/oracledb.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/jupyter/base-notebook:ubuntu-22.04
FROM quay.io/jupyter/base-notebook

USER root

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

# Oracle
Expand Down

0 comments on commit 2483ba8

Please sign in to comment.