🗃️ Committing everything that changed 🗃️

Dockerfile.10-dev
Dockerfile.8-dev
Dockerfile.9-dev
This commit is contained in:
casjay 2024-12-30 11:25:18 -05:00
parent 1e74f87f4d
commit dc316810fc
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
3 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,7 @@ RUN echo "Setting up and installing packages"; \
echo "" echo ""
RUN echo "Setting up dev system"; \ RUN echo "Setting up dev system"; \
if [ -f "/usr/local/bin/pkmgr" ] ; then rm -Rf "/usr/local/bin/pkmgr"; fi; \
bash -c "$(curl -q -LSsf "https://github.com/casjay-base/centos/raw/main/root/.local/bin/fetch-repo-file")"; \ 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" ] && \ [ ! -d "/usr/local/share/CasjaysDev/scripts" ] && \
git clone -q https://github.com/casjay-dotfiles/scripts "/usr/local/share/CasjaysDev/scripts" && \ git clone -q https://github.com/casjay-dotfiles/scripts "/usr/local/share/CasjaysDev/scripts" && \

View File

@ -112,6 +112,7 @@ RUN echo "Initializing packages before copying files to image"; \
echo "" echo ""
RUN echo "Setting up dev system"; \ RUN echo "Setting up dev system"; \
if [ -f "/usr/local/bin/pkmgr" ] ; then rm -Rf "/usr/local/bin/pkmgr"; fi; \
bash -c "$(curl -q -LSsf "https://github.com/casjay-base/centos/raw/main/root/.local/bin/fetch-repo-file")"; \ 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" ] && \ [ ! -d "/usr/local/share/CasjaysDev/scripts" ] && \
git clone -q https://github.com/casjay-dotfiles/scripts "/usr/local/share/CasjaysDev/scripts" && \ git clone -q https://github.com/casjay-dotfiles/scripts "/usr/local/share/CasjaysDev/scripts" && \

View File

@ -107,6 +107,7 @@ RUN echo "Setting up and installing packages"; \
echo "" echo ""
RUN echo "Setting up dev system"; \ RUN echo "Setting up dev system"; \
if [ -f "/usr/local/bin/pkmgr" ] ; then rm -Rf "/usr/local/bin/pkmgr"; fi; \
bash -c "$(curl -q -LSsf "https://github.com/casjay-base/centos/raw/main/root/.local/bin/fetch-repo-file")"; \ 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" ] && \ [ ! -d "/usr/local/share/CasjaysDev/scripts" ] && \
git clone -q https://github.com/casjay-dotfiles/scripts "/usr/local/share/CasjaysDev/scripts" && \ git clone -q https://github.com/casjay-dotfiles/scripts "/usr/local/share/CasjaysDev/scripts" && \