OpenFPGA/docker/Dockerfile.gcc-5

3 lines
96 B
Docker
Raw Permalink Normal View History

FROM ghcr.io/lnis-uofu/openfpga-build-base
2020-12-10 15:35:19 -06:00
RUN apt-get update && apt-get install -y gcc-5 g++-5