File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ ARG BRANCH_NAME
5
5
# Install Base OS Dependencies
6
6
RUN dnf update -y && \
7
7
dnf install -y epel-release && dnf clean all && \
8
- dnf install -y \
9
- python3.12 \
10
- libjson-glib-dev \
11
- git && \
8
+ dnf install -y python3.12 libjson-glib-dev git && \
12
9
dnf clean all
13
10
14
11
RUN alternatives --install /usr/bin/python3 python /usr/bin/python3.12 1
@@ -19,7 +16,7 @@ RUN python3 --version
19
16
RUN python3 -m venv canary && \
20
17
. canary/bin/activate && \
21
18
python3 -m pip install --upgrade pip==25.1.1 && \
22
- python3 -m pip install -e git+https://
[email protected] /alexknigge/canary@$BRANCH_NAME#egg=canary-wm[dev]
19
+ python3 -m pip install -e git+https://
[email protected] /alexknigge/canary@$BRANCH_NAME#egg=canary-wm[dev]
&& \
23
20
python3 -m pip install flux-python
24
21
25
22
You can’t perform that action at this time.
0 commit comments