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.
yay
1 parent 45b7125 commit 5ccf2ceCopy full SHA for 5ccf2ce
Dockerfile
@@ -41,7 +41,7 @@ RUN \
41
chmod 0440 /etc/sudoers.d/user && \
42
# Install yay
43
pushd "$USR_HOME" && \
44
- su "$USR" -c "git clone https://aur.archlinux.org/yay.git" && \
+ su "$USR" -c "git clone --depth=1 https://aur.archlinux.org/yay.git" && \
45
pushd yay && \
46
su "$USR" -c "makepkg -si --noconfirm" && \
47
popd && \
0 commit comments