Skip to content

Commit

Permalink
Remove cache after installing packages (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Apr 10, 2024
1 parent 02c3b10 commit 8346576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ VOLUME /build-container-installer/build
VOLUME /build-container-installer/repos
VOLUME /cache

RUN dnf install -y make && make install-deps
RUN dnf install -y make && make install-deps && dnf clean all

ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]

0 comments on commit 8346576

Please sign in to comment.