mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Docker: Add Debian support
This commit is contained in:
parent
36b46d5305
commit
3fa2b5a810
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue