Skip to content

Commit

Permalink
Install lld
Browse files Browse the repository at this point in the history
  • Loading branch information
a13xp0p0v committed Sep 4, 2021
1 parent 9f48f71 commit 1b8695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -x && echo 'debconf debconf/frontend select Noninteractive' | debconf-se
fi \
fi; \
if [ "$CLANG_VERSION" ]; then \
apt-get install -y -q clang-${CLANG_VERSION} lld-${CLANG_VERSION} clang-tools-${CLANG_VERSION} clang; \
apt-get install -y -q clang-${CLANG_VERSION} lld-${CLANG_VERSION} clang-tools-${CLANG_VERSION} clang lld; \
fi

ARG UNAME
Expand Down

0 comments on commit 1b8695f

Please sign in to comment.