summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 068fe7d..ef7d62b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -76,7 +76,7 @@ RUN dpkg -i mingw64-x-libsamplerate_0.1.9-1_all.deb
RUN wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.5-1_all.deb
RUN dpkg -i mingw64-x-fftw-3_3.3.5-1_all.deb
-RUN wget http://zamaudio.com/mbox2/mingw64-x-pthread_0.0.1-2_all.deb
-RUN dpkg -i mingw64-x-pthread_0.0.1-2_all.deb
+RUN wget http://zamaudio.com/mbox2/mingw64-x-pthread_0.0.1-3_all.deb
+RUN dpkg -i mingw64-x-pthread_0.0.1-3_all.deb
CMD []