3 lines
107 B
Docker
3 lines
107 B
Docker
|
FROM ghcr.io/lnis-uofu/openfpga-build-base
|
||
|
RUN apt-get update && apt-get install -y clang-format-7 clang-7
|