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 24748ce commit c24a6baCopy full SHA for c24a6ba
Dockerfile.use-installer
@@ -15,7 +15,7 @@ RUN echo "dash dash/sh boolean false" | debconf-set-selections
15
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
16
17
# add ARGs so that these can be passed in while doing a docker build, the following will be default values
18
-ARG TAG=v0.0.0
+ARG TAG=v1.3.0
19
ENV INSTALL_DIR="/opt/symbiflow/eos-s3"
20
# Appending all of these commands (mostly the chmod 755 commands) saved about 1.9 GB in image size
21
RUN wget https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/releases/download/${TAG}/Symbiflow_${TAG}.gz.run && \
0 commit comments