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 b6b93dd + 1251238 commit e7602dfCopy full SHA for e7602df
Dockerfile.develop
@@ -45,7 +45,7 @@ WORKDIR /workspace
45
# Install build and dev tools
46
# NOTE: Require python to install pre-commit
47
RUN --mount=type=cache,target=/root/.cache/dnf:rw \
48
- microdnf install --setopt=cachedir=/root/.cache/dnf -y --nodocs \
+ dnf install --setopt=cachedir=/root/.cache/dnf -y --nodocs \
49
nodejs \
50
jq \
51
python3.11 \
0 commit comments