OpenFPGA/docker/Dockerfile.gcc-12

3 lines
151 B
Docker
Raw Normal View History

2024-05-05 18:23:16 -05:00
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-12 g++-12