mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 18:22:00 -04:00
Merge pull request #226 from linuxserver/universal-docker-in-docker-apt
Standardize apt-get, update formatting
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
apt-get update
|
||||
fi
|
||||
@@ -7,7 +7,6 @@ chown -R ${ABC_USER}:${ABC_USER} /config/logs
|
||||
echo "**** installing docker and docker compose ****"
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
DISTRONAME="ubuntu"
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
btrfs-progs \
|
||||
ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user