diff --git a/.devcontainer/debian/Containerfile b/.devcontainer/debian/Containerfile index 0729b26..b57f051 100644 --- a/.devcontainer/debian/Containerfile +++ b/.devcontainer/debian/Containerfile @@ -5,10 +5,10 @@ FROM ${BASE_IMAGE}:${BASE_VERSION} USER gbraad -RUN git clone https://github.com/gbraad/dotfiles.git /home/gbraad/.dotfiles \ +RUN git clone https://github.com/gbraad/dotfiles.git ~/.dotfiles \ && cd ~/.dotfiles \ && ./install.sh # Should be run as root to start systemd, but if we do Codespaces will run as root too # We do this instead with podman --entrypoint=/sbin/init and --user=root -#ENTRYPOINT [ "/sbin/init" ] \ No newline at end of file +#ENTRYPOINT [ "/sbin/init" ] diff --git a/.devcontainer/fedora/Containerfile b/.devcontainer/fedora/Containerfile index bc97ead..bec23f4 100644 --- a/.devcontainer/fedora/Containerfile +++ b/.devcontainer/fedora/Containerfile @@ -5,10 +5,10 @@ FROM ${BASE_IMAGE}:${BASE_VERSION} USER gbraad -RUN git clone https://github.com/gbraad/dotfiles.git /home/gbraad/.dotfiles \ +RUN git clone https://github.com/gbraad/dotfiles.git ~/.dotfiles \ && cd ~/.dotfiles \ && ./install.sh # Should be run as root to start systemd, but if we do Codespaces will run as root too # We do this instead with podman --entrypoint=/sbin/init and --user=root -#ENTRYPOINT [ "/sbin/init" ] \ No newline at end of file +#ENTRYPOINT [ "/sbin/init" ]