Skip to content

Commit e7602df

Browse files
authored
Merge pull request #331 from spolti/mms-1
use dnf instead microdnf
2 parents b6b93dd + 1251238 commit e7602df

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)