Skip to content

Commit 1251238

Browse files
committed
use dnf instead microdnf
Signed-off-by: Spolti <fspolti@redhat.com>
1 parent 322c3df commit 1251238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.develop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ WORKDIR /workspace
4545
# Install build and dev tools
4646
# NOTE: Require python to install pre-commit
4747
RUN --mount=type=cache,target=/root/.cache/dnf:rw \
48-
microdnf install --setopt=cachedir=/root/.cache/dnf -y --nodocs \
48+
dnf install --setopt=cachedir=/root/.cache/dnf -y --nodocs \
4949
nodejs \
5050
jq \
5151
python3.11 \

0 commit comments

Comments
 (0)