3 lines
81 B
Docker
3 lines
81 B
Docker
|
FROM openfpga-buildenv-base
|
||
|
RUN apt-get update && apt-get install -y gcc-7 g++-7
|