3 lines
94 B
Docker
3 lines
94 B
Docker
|
FROM openfpga-buildenv-base
|
||
|
RUN apt-get update && apt-get install -y clang-format-7 clang-6.0
|