We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aea74 commit 2483ba8Copy full SHA for 2483ba8
docs/using/recipe_code/oracledb.dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/jupyter/base-notebook:ubuntu-22.04
+FROM quay.io/jupyter/base-notebook
2
3
USER root
4
@@ -7,7 +7,7 @@ RUN apt-get update --yes && \
7
apt-get install --yes --no-install-recommends software-properties-common && \
8
add-apt-repository universe && \
9
apt-get update --yes && \
10
- 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 && \
11
apt-get clean && rm -rf /var/lib/apt/lists/*
12
13
# Oracle
0 commit comments