We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70702bd commit 3d18cc4Copy full SHA for 3d18cc4
2 files changed
.github/workflows/build.yaml
@@ -6,13 +6,15 @@ on:
6
- main
7
paths:
8
- 'dockerfiles/dnf/Dockerfile'
9
+ - 'dockerfiles/dnf/Dockerfile.el9'
10
tags:
11
- 'v*.*.*'
12
pull_request:
13
branches:
14
15
16
17
18
workflow_dispatch:
19
20
jobs:
dockerfiles/dnf/Dockerfile.el9
@@ -13,7 +13,7 @@ RUN dnf install -y \
fuse-overlayfs \
tar \
squashfs-tools \
- fuse-overlayfs
+ fuse-overlayfs
# Ensure python3 shebang uses Python 3.11
RUN alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && \
0 commit comments