2021-01-20 15:20:12 -06:00
|
|
|
FROM ghcr.io/lnis-uofu/openfpga-build-base
|
2020-12-10 15:35:19 -06:00
|
|
|
RUN apt-get install -y software-properties-common
|
|
|
|
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
|
|
|
|
RUN apt-get update && apt-get install -y gcc-9 g++-9
|