mirror of
https://github.com/lnis-uofu/OpenFPGA.git
synced 2026-05-28 01:59:44 +08:00
5 lines
197 B
Docker
5 lines
197 B
Docker
FROM ghcr.io/lnis-uofu/openfpga-build-base
|
|
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
|