RUN echo "Setting up dev system"; \ bash -c "$(curl -q -LSsf "https://github.com/casjay-base/centos/raw/main/root/.local/bin/fetch-repo-file")"; \ [ ! -d "/usr/local/share/CasjaysDev/scripts" ] && \ git clone -q https://github.com/casjay-dotfiles/scripts "/usr/local/share/CasjaysDev/scripts" && \ /usr/local/share/CasjaysDev/scripts/install.sh; \ dnf module -y reset php;dnf module -y install php:remi-$PHP_VERSION; \ pkg="$(curl -q -LSsf "https://github.com/pkmgr/centos/raw/main/lists/development.list")"; \ [ -n "$pkg" ] && yum install -yy --skip-broken "$pkg"