From ec76bffa1a12874a9fa9b673af383e48113d3df1 Mon Sep 17 00:00:00 2001 From: Immortalin Date: Thu, 25 Oct 2018 13:46:06 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de03339..1116102 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN CFLAGS=-Wno-format-security python build-wxpython.py --install --no_wxbuild WORKDIR /tmp RUN git clone https://github.com/KiCad/kicad-source-mirror.git WORKDIR ./kicad-source-mirror -RUN git checkout ${KICAD_COMMIT:-5.0.0} +RUN git checkout ${KICAD_COMMIT:-5.0.1} WORKDIR ./scripts RUN chmod +x get_libngspice_so.sh RUN ./get_libngspice_so.sh && ./get_libngspice_so.sh install