Update support messages in docker image

This commit is contained in:
Bart van Strien 2017-09-06 17:25:54 +02:00
parent 454e68ebe9
commit 85968969a0

View File

@ -62,8 +62,6 @@ buildappimage() {
./build.sh "${VERSION}"
msg "AppImage may require running a priviliged container, sadly"
popd
}
@ -73,6 +71,7 @@ buildflatpak() {
./build.sh "${VERSION}"
msg "Flatpak is not supported at the moment (oops)"
msg " It does not build on this old version of debian"
popd
}