Skip to content

Commit 3ef8d39

Browse files
committed
improve formatting of Dockerfile
1 parent 58d96d6 commit 3ef8d39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN git clone \
3838
-DSC_IDE=OFF \
3939
-DNO_X11=ON \
4040
-DSC_ABLETON_LINK=OFF \
41-
-DSC_QT=OFF .. && \
41+
-DSC_QT=OFF \
42+
.. && \
4243
cmake --build . --config Debug --target all -j${MAKE_JOBS} && \
4344
cmake --build . --config Debug --target install -j${MAKE_JOBS} && \
4445
rm -rf /root/SuperCollider

0 commit comments

Comments
 (0)