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.
2 parents 88da3eb + b6d0810 commit 6bbe93dCopy full SHA for 6bbe93d
docker/kayobe/Dockerfile
@@ -31,7 +31,7 @@ ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8"
31
ARG USE_PYTHON_312="false"
32
RUN dnf install epel-release -y && \
33
dnf update -y --nobest && \
34
- if [ "$USE_PYTHON_312" ] ; then \
+ if [ "$USE_PYTHON_312" = "true" ] ; then \
35
dnf -y install python3.12 && \
36
ln -sf /bin/python3.12 /bin/python3 && \
37
python3 -m ensurepip ; fi && \
0 commit comments