Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 431e666

Browse files
committed
Speed up command prompt given git perf for this repo
1 parent b3851f5 commit 431e666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ FROM mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:latest
33
COPY fluxbox/* /tmp/fluxbox/
44
COPY *.sh /tmp/scripts/
55
RUN bash /tmp/scripts/install.sh \
6-
&& apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/scripts/ /tmp/fluxbox/
6+
&& apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/scripts/ /tmp/fluxbox/ \
7+
&& git config --global codespaces-theme.hide-status 1

0 commit comments

Comments
 (0)