mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-21 20:29:09 +02:00
additional packages setup
This commit is contained in:
8
scripts/packages_install.sh
Normal file
8
scripts/packages_install.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
packages=$PACKAGES
|
||||
echo 'ENV packages:' $packages
|
||||
|
||||
apt-get update && apt-get install -y $packages && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user