summaryrefslogtreecommitdiff
path: root/Dockerfile/build-deb.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile/build-deb.Dockerfile')
-rw-r--r--Dockerfile/build-deb.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile/build-deb.Dockerfile b/Dockerfile/build-deb.Dockerfile
index e3e6381..7d489d9 100644
--- a/Dockerfile/build-deb.Dockerfile
+++ b/Dockerfile/build-deb.Dockerfile
@@ -13,7 +13,7 @@ RUN ${mscpdir}/scripts/install-build-deps.sh
# build
RUN cd ${mscpdir} \
- && debuild -us -uc \
+ && debuild -us -uc -S \
&& mv ${mscpdir} /
# Then all debuild output files exsit at /debbuild