This commit is contained in:
ahmadbilalkhalid 2019-09-14 23:53:02 +05:00
parent a5275dbd2c
commit 34cf1d3850
1 changed files with 8 additions and 1 deletions

View File

@ -45,7 +45,7 @@ EOF
apk upgrade
# Install system packages
apk add python3 ceph py2-pip py3-pip etcd-ctl
apk add python3 ceph py2-pip py3-pip etcd-ctl openntpd
# Some python package dependencies
apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
@ -54,6 +54,13 @@ EOF
(cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
cat > /etc/ntpd.conf << EOF
servers pool.ntp.org
EOF
rc-update add openntpd
service openntpd start
;;
"devuan"|"debian")
# Update Package List and Upgrade System