Skip to content

Commit

Permalink
Improve container images on OL8 and OL9
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jul 10, 2023
1 parent 1c40212 commit 64382ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/ol8.docker
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ RUN dnf -y -q install https://yum.kaos.st/kaos-repo-latest.el8.noarch.rpm && \
dnf clean all && \
rm -rf /var/cache/dnf /var/log/dnf.*

COPY common/perfecto.toml /etc/xdg/rpmlint/perfecto.toml

VOLUME /perfecto
WORKDIR /perfecto

Expand Down
2 changes: 2 additions & 0 deletions .docker/ol9.docker
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN dnf -y -q install https://yum.kaos.st/kaos-repo-latest.el9.noarch.rpm && \
dnf clean all && \
rm -rf /var/cache/dnf /var/log/dnf.*

COPY common/perfecto.toml /etc/xdg/rpmlint/perfecto.toml

VOLUME /perfecto
WORKDIR /perfecto

Expand Down

0 comments on commit 64382ba

Please sign in to comment.