summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.devcontainer/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 1882c80..6a8c50b 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -13,6 +13,9 @@ RUN docker-php-ext-install mysqli
# Install Composer
RUN ./install-composer.sh
+# Add git auto-complete to bash
+RUN echo "source /usr/share/bash-completion/completions/git" >> ~/.bashrc
+
# Update args in docker-compose.yaml to set the UID/GID of the "vscode" user.
ARG USER_UID=1000
ARG USER_GID=$USER_UID