You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
258 B

  1. FROM hdlc/ghdl:yosys as gatemate
  2. COPY packages/gatemate-toolchain.tar.gz /root/
  3. RUN cd /root && \
  4. tar xf gatemate-toolchain.tar.gz -C /opt/ && \
  5. rm gatemate-toolchain.tar.gz
  6. ## Enhance path variable
  7. ENV PATH "/opt/cc-toolchain-linux/bin/p_r:$PATH"