fix: add missing clang build dependency
This commit is contained in:
parent
e57736371a
commit
f94076bdc5
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
git \
|
git \
|
||||||
curl \
|
curl \
|
||||||
|
clang \
|
||||||
build-essential \
|
build-essential \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue