2020-12-22 18:35:49 -06:00
|
|
|
FROM ghcr.io/lnis-uofu/openfpga-buildenv-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
|