From 33915fc1d333b8d7799ee241191dd4a8cdbf4baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Tue, 1 Jul 2025 17:50:16 +0200 Subject: [PATCH] Update Dockerfile.cpu --- jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu b/jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu index 02ec2f3908..e8b2223cc8 100644 --- a/jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu +++ b/jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu @@ -16,6 +16,8 @@ RUN cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/ && \ ######################## FROM registry.access.redhat.com/ubi9/python-312:latest AS base + + WORKDIR /opt/app-root/bin # OS Packages needs to be installed as root