We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d35ad commit fbc7e3bCopy full SHA for fbc7e3b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM fedora:42
+FROM fedora:43
2
3
ARG USER=odh
4
ARG HOME=/home/$USER
@@ -11,9 +11,9 @@ ENV UV_NO_CACHE=1
11
ENV BIN_DIR="$HOME_DIR/.local/bin"
12
ENV PATH="$PATH:$BIN_DIR"
13
14
-# Install Python 3.14 and other dependencies using dnf
+# Install system dependencies using dnf
15
RUN dnf update -y \
16
- && dnf install -y python3.14 python3.14-pip ssh gnupg curl gpg wget vim httpd-tools rsync openssl openssl-devel\
+ && dnf install -y python3 python3-pip ssh gnupg curl gpg wget vim httpd-tools rsync openssl openssl-devel\
17
&& dnf clean all \
18
&& rm -rf /var/cache/dnf
19
0 commit comments