Skip to content

Commit

Permalink
Merge pull request #320 from ericLemanissier/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
uilianries authored Oct 1, 2021
2 parents 6faff47 + 93908e9 commit c031049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang_11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN dpkg --add-architecture i386 \
&& rm llvm.sh \
# Further LLVM packages not installed by the llvm.sh script
&& apt-get install -y --no-install-recommends --no-install-suggests \
libc++-dev \
libc++abi-dev \
libc++-11-dev \
libc++abi-11-dev \
&& apt-get remove -y lsb-release software-properties-common \
# Install dependencies of Python
&& apt-get install -y --no-install-recommends --no-install-suggests \
Expand Down

0 comments on commit c031049

Please sign in to comment.