Add clang dependency in Dockerfile.dev

This commit is contained in:
Kitaiti Makoto 2020-12-07 07:47:11 +09:00
parent 963e742dcf
commit 5321f3cf18
1 changed files with 2 additions and 1 deletions

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 .