summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-11-07 20:11:34 +1100
committerDamien Zammit <damien@zamaudio.com>2017-11-07 20:11:34 +1100
commit8686aced1d6bc27daccb7e56764c776e72060382 (patch)
treeb5add3b906db5d313d20ad5e3657b080af12c254 /Dockerfile
parentc6fac1a0314530a35aa41cbb70ce949884d112f7 (diff)
build: Use updated mingw64-x-fftw3 3.3.5
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 9450576..068fe7d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -73,8 +73,8 @@ RUN dpkg -i apple-macports-fftw-3_3.3.5-1_all.deb
RUN wget http://zamaudio.com/mbox2/mingw64-x-libsamplerate_0.1.9-1_all.deb
RUN dpkg -i mingw64-x-libsamplerate_0.1.9-1_all.deb
-RUN wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.3-3_all.deb
-RUN dpkg -i mingw64-x-fftw-3_3.3.3-3_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