mirror of
https://github.com/lnis-uofu/OpenFPGA.git
synced 2026-05-28 01:59:44 +08:00
3 lines
151 B
Docker
3 lines
151 B
Docker
FROM ghcr.io/lnis-uofu/openfpga-build-base
|
|
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install -y gcc-11 g++-11
|