bump repo version and modify the packages
This commit is contained in:
parent
503ae1e363
commit
1a7cdd9f78
3 changed files with 12 additions and 7 deletions
|
@ -8,7 +8,7 @@ step() {
|
|||
|
||||
|
||||
step 'Set up timezone'
|
||||
setup-timezone -z Europe/Prague
|
||||
setup-timezone -z UTC
|
||||
|
||||
step 'Set up networking'
|
||||
cat > /etc/network/interfaces <<-EOF
|
||||
|
@ -32,3 +32,4 @@ rc-update add crond default
|
|||
rc-update add net.eth0 default
|
||||
rc-update add net.lo boot
|
||||
rc-update add termencoding boot
|
||||
rc-update add sshd default
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
alpine-base
|
||||
busybox
|
||||
kbd-bkeymaps
|
||||
chrony
|
||||
less
|
||||
logrotate
|
||||
e2fsprogs
|
||||
haveged
|
||||
network-extras
|
||||
openssl
|
||||
openssh
|
||||
ssmtp
|
||||
sudo
|
||||
tzdata
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
https://nl.alpinelinux.org/alpine/v3.11/main
|
||||
https://nl.alpinelinux.org/alpine/v3.11/community
|
||||
https://nl.alpinelinux.org/alpine/v3.14/main
|
||||
https://nl.alpinelinux.org/alpine/v3.14/community
|
||||
|
|
Loading…
Reference in a new issue