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 45507ef commit ccf86f8Copy full SHA for ccf86f8
ubuntu/22.04.Dockerfile
@@ -55,7 +55,7 @@ RUN wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/p
55
&& echo 'eval "$(oh-my-posh --init --shell bash --config ~/.poshthemes/emodipt-extend.omp.json)"' >> /root/.bashrc
56
# Remember install fonts
57
RUN cd /tmp \
58
- && git clone https://github.com/ryanoasis/nerd-fonts.git \
+ && git clone https://github.com/ryanoasis/nerd-fonts.git --depth 1 \
59
&& cd nerd-fonts \
60
&& ./install.sh
61
0 commit comments