mirror of
https://github.com/linuxserver/docker-nginx.git
synced 2026-02-12 05:18:29 +08:00
Add apt-update
This commit is contained in:
parent
ca4a66b80e
commit
ec912198b8
4
init/50_apt_update.sh
Normal file
4
init/50_apt_update.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update -qq && \
|
||||
apt-get --only-upgrade install $APTLIST
|
||||
Loading…
x
Reference in New Issue
Block a user