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