Add missing dep on clang needed for crate builds (#724)

This commit is contained in:
KemoNine
2020-01-15 10:03:52 +01:00
committed by Igor Galić
parent 23049b638c
commit 72464fb428
+2 -1
View File
@@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \ gcc \
make \ make \
openssl \ openssl \
libssl-dev libssl-dev \
clang
WORKDIR /scratch WORKDIR /scratch
COPY script/wasm-deps.sh . COPY script/wasm-deps.sh .