Skip to content

Commit

Permalink
Docker: Add Debian support
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Dec 10, 2020
1 parent 36b46d5 commit 3fa2b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/scripts/install_basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3fa2b5a

Please sign in to comment.