Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored Nov 1, 2023
1 parent b6329e3 commit 47b7ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gentoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN ACCEPT_KEYWORDS="* ~*" emerge -q app-admin/ansible-lint app-admin/ansible &&

# gentoo-dev
FROM apnpucky/gentoo-ebuild-ci as gentoo-rust
RUN emerge -q rust && rm -rf /var/cache/distfiles/*
RUN emerge -q rust-bin && rm -rf /var/cache/distfiles/*

# gentoo-dev
FROM apnpucky/gentoo-rust as gentoo-c
Expand Down

0 comments on commit 47b7ed7

Please # to comment.