Skip to content

Commit ccf86f8

Browse files
committed
chore: shallow clone
1 parent 45507ef commit ccf86f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/22.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/p
5555
&& echo 'eval "$(oh-my-posh --init --shell bash --config ~/.poshthemes/emodipt-extend.omp.json)"' >> /root/.bashrc
5656
# Remember install fonts
5757
RUN cd /tmp \
58-
&& git clone https://github.com/ryanoasis/nerd-fonts.git \
58+
&& git clone https://github.com/ryanoasis/nerd-fonts.git --depth 1 \
5959
&& cd nerd-fonts \
6060
&& ./install.sh
6161

0 commit comments

Comments
 (0)