We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fc370 commit 51c1a74Copy full SHA for 51c1a74
.devcontainer/Dockerfile
@@ -25,7 +25,6 @@ RUN \
25
pip install --no-cache-dir --upgrade black pip && \
26
echo '. /etc/bash_completion' >> /home/vscode/.bashrc && \
27
echo 'export PS1="\[\e[32;1m\]\u\[\e[m\]@\[\e[34;1m\]\H\[\e[m\]:\[\e[33;1m\]\w\[\e[m\]$ "' >> /home/vscode/.bashrc && \
28
- # dircolors -b >> /home/vscode/.bashrc && \ # somehow fix colors
29
apt-get clean
30
COPY ./requirements.txt /tmp/
31
RUN \
0 commit comments