Docker: Add Debian support

This commit is contained in:
Ole Schütt 2020-10-18 19:09:56 +02:00 committed by Ole Schütt
parent 36b46d5305
commit 3fa2b5a810

View file

@ -2,7 +2,7 @@
# author: Ole Schuett
if grep -q "Ubuntu" /etc/os-release ; then
if grep -q -e "Ubuntu" -e "Debian" /etc/os-release ; then
echo -n "Installing Ubuntu packages... "
apt-get update -qq
apt-get install -qq --no-install-recommends \