mirror of
https://github.com/dockersrc/almalinux
synced 2025-01-18 00:34:23 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile.10-dev Dockerfile.8-dev Dockerfile.9-dev
This commit is contained in:
parent
1e74f87f4d
commit
dc316810fc
@ -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" && \
|
||||||
|
@ -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" && \
|
||||||
|
@ -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" && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user