Skip to content

Commit

Permalink
Cleanup cache after install
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Mar 15, 2023
1 parent c5985a1 commit 3512b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Expand Up @@ -2,7 +2,7 @@ FROM fedora:37

LABEL stage=phive-fedora-build

RUN dnf install -y php-cli php-xml php-curl php-mbstring gnupg which busybox
RUN dnf install -y php-cli php-xml php-curl php-mbstring gnupg which busybox && dnf clean all

ADD build/phar/phive*.phar /usr/local/bin/phive
RUN chmod +x /usr/local/bin/phive
Expand Down

0 comments on commit 3512b17

Please sign in to comment.