Loading docker/Dockerfile.base +2 −2 Original line number Diff line number Diff line Loading @@ -34,8 +34,8 @@ ENV PATH="/home/local/bin:${PATH}" # openvaf RUN cd "/home/local/bin" && \ curl -L -O https://openva.fra1.cdn.digitaloceanspaces.com/openvaf_23_2_0_linux_amd64.tar.xz && \ tar xvf openvaf_23_2_0_linux_amd64.tar.xz curl -L -O https://openva.fra1.cdn.digitaloceanspaces.com/openvaf_23_5_0_linux_amd64.tar.gz && \ tar xvf openvaf_23_5_0_linux_amd64.tar.gz # texlive COPY --from=texlive/texlive:latest /usr/local/texlive/ /usr/local/texlive/ Loading docker/Dockerfile.builder_ngspice +3 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,9 @@ RUN apt-get update \ # build ngspice to test DutNGSpice RUN cd /home \ && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40.tar.gz/download \ # && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40.tar.gz/download \ && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/41/ngspice-41.tar.gz/download \ && tar -xf ngspice.tar.gz \ && cd ngspice-40 \ && cd ngspice-41 \ && chmod +rwx compile_linux.sh \ && ./compile_linux.sh --disable-debug Loading
docker/Dockerfile.base +2 −2 Original line number Diff line number Diff line Loading @@ -34,8 +34,8 @@ ENV PATH="/home/local/bin:${PATH}" # openvaf RUN cd "/home/local/bin" && \ curl -L -O https://openva.fra1.cdn.digitaloceanspaces.com/openvaf_23_2_0_linux_amd64.tar.xz && \ tar xvf openvaf_23_2_0_linux_amd64.tar.xz curl -L -O https://openva.fra1.cdn.digitaloceanspaces.com/openvaf_23_5_0_linux_amd64.tar.gz && \ tar xvf openvaf_23_5_0_linux_amd64.tar.gz # texlive COPY --from=texlive/texlive:latest /usr/local/texlive/ /usr/local/texlive/ Loading
docker/Dockerfile.builder_ngspice +3 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,9 @@ RUN apt-get update \ # build ngspice to test DutNGSpice RUN cd /home \ && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40.tar.gz/download \ # && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40.tar.gz/download \ && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/41/ngspice-41.tar.gz/download \ && tar -xf ngspice.tar.gz \ && cd ngspice-40 \ && cd ngspice-41 \ && chmod +rwx compile_linux.sh \ && ./compile_linux.sh --disable-debug