Skip to content

Commit 0e9a31b

Browse files
author
Clement Cheung
committed
Fix typo deleting entire dir instead of contents
1 parent bd267e7 commit 0e9a31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ chmod +x llvm.sh
4141
rm llvm.sh
4242

4343
# Remove downloads to keep Docker layer small
44-
apt-get clean -y && rm -rf /var/lib/apt/lists/
44+
apt-get clean -y && rm -rf /var/lib/apt/lists/*
4545

4646
ln -sf /usr/bin/clang-${MAJOR_VERSION} /usr/bin/clang
4747
ln -sf /usr/bin/clang++-${MAJOR_VERSION} /usr/bin/clang++

0 commit comments

Comments
 (0)