Skip to content

Commit

Permalink
revert change to ngspice clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanyagoyal authored Dec 8, 2023
1 parent 548f577 commit 0a8fcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ RUN strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so

COPY ./scripts /scripts

RUN git clone https://git.code.sf.net/p/ngspice/ngspice && \
RUN git clone http://git.code.sf.net/p/ngspice/ngspice && \
cd ngspice && \
./compile_linux.sh

0 comments on commit 0a8fcad

Please sign in to comment.