Remove version fix for (lib)clang.

Clang is used by bindgen to generate the quickjs bindings at compile
time.
This commit is contained in:
Orne Brocaar 2022-07-27 12:00:11 +01:00
parent 7a7d3dbd4e
commit 35b2f4112d
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ RUN apt-get update && \
git \
libpq-dev \
clang \
libclang-3.9-dev \
libclang-dev \
jq \
gcc-arm-linux-gnueabihf \
g++-arm-linux-gnueabihf \

View File

@ -19,7 +19,7 @@ RUN apt-get update && \
redis-tools \
rpm \
clang \
libclang-3.9-dev \
libclang-dev \
golang-cfssl \
jq \
gcc-arm-linux-gnueabihf \