Skip to content

Commit 37e669f

Browse files
committed
MISC: Dockerfile-apt.in: build against spectmorph version 0.4.0
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
1 parent 9794ab8 commit 37e669f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/Dockerfile-apt.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ ENV DISTRELEASE "@DISTRELEASE@"
4848
# Build and install SpectMorph 0.4.0
4949
### Dependencies
5050
RUN retry apt-get install -y \
51-
libao-dev qtbase5-dev libfftw3-dev libboost-dev libsndfile1-dev
51+
libao-dev qtbase5-dev libfftw3-dev libsndfile1-dev
5252
### Clone repository
5353
RUN cd /usr/src/ && \
54-
retry git clone http://space.twc.de/public/git/spectmorph.git
55-
# && \ cd /usr/src/spectmorph && git checkout 0.4.0 -b stable (0.4.0 is not released yet)
54+
retry git clone http://space.twc.de/public/git/spectmorph.git && \
55+
cd /usr/src/spectmorph && git checkout 0.4.0 -b stable
5656
### Compile
5757
RUN cd /usr/src/spectmorph/ && \
5858
nice ./autogen.sh --prefix=/usr && \

0 commit comments

Comments
 (0)