Remove already installed packages from devenv

This commit is contained in:
Gary Talent 2017-05-27 04:15:02 -05:00
parent 04211bb1ac
commit f245d7d31f

View File

@ -3,4 +3,4 @@ FROM wombatant/devenv:latest
ENV DEVKITPRO /opt/devkitPro
ENV DEVKITARM ${DEVKITPRO}/devkitARM
RUN dnf install -y qt5-devel llvm libasan findutils
RUN dnf install -y findutils