Skip to content

Commit

Permalink
Dockerfiles based on OracleLinux
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Sep 5, 2024
1 parent d936bd4 commit 3ab1a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/ol8.docker
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY --from=builder /go/src/github.com/essentialkaos/perfecto/perfecto /usr/bin/
RUN dnf -y -q install https://yum.kaos.st/kaos-repo-latest.el8.noarch.rpm && \
dnf -y -q install oracle-epel-release-el8 && \
dnf -y -q module disable "*" && \
dnf -y -q install uv && \
dnf -y -q install rpm-build uv && \
uv tool install rpmlint --no-cache --no-progress && \
dnf -y -q remove uv && \
dnf clean all && \
Expand Down
2 changes: 1 addition & 1 deletion .docker/ol9.docker
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY --from=builder /go/src/github.com/essentialkaos/perfecto/perfecto /usr/bin/
# hadolint ignore=DL3031,DL3041
RUN dnf -y -q install https://yum.kaos.st/kaos-repo-latest.el9.noarch.rpm && \
dnf -y -q install oracle-epel-release-el9 && \
dnf -y -q install uv && \
dnf -y -q install rpm-build uv && \
uv tool install rpmlint --no-cache --no-progress && \
dnf -y -q remove uv && \
dnf clean all && \
Expand Down

0 comments on commit 3ab1a6d

Please sign in to comment.