We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcd312 commit 7d7ee7dCopy full SHA for 7d7ee7d
Dockerfile
@@ -14,7 +14,7 @@ RUN echo "dash dash/sh boolean false" | debconf-set-selections
14
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
15
16
ENV INSTALL_DIR="/opt/symbiflow/eos-s3"
17
-RUN wget https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/releases/download/v1.1.0_Beta/Symbiflow_v1.1.0.gz.run
+RUN wget https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/releases/download/v1.1.0/Symbiflow_v1.1.0.gz.run
18
RUN chmod 755 Symbiflow_v1.1.0.gz.run
19
RUN ./Symbiflow_v1.1.0.gz.run
20
RUN rm Symbiflow_v1.1.0.gz.run
0 commit comments