Skip to content

Commit

Permalink
🐛 Remove openntpd (kairos-io#575)
Browse files Browse the repository at this point in the history
* 🐛 Remove openntpd as it makes some trouble

Signed-off-by: Christian Prim <christian.prim@gmx.ch>

* Update Dockerfile.alpine-opensuse-leap

Change the service name from openntpd to ntpd

Signed-off-by: Christian Prim <christian.prim@gmx.ch>

Signed-off-by: Christian Prim <christian.prim@gmx.ch>
Co-authored-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
christianprim and jimmykarily authored Dec 21, 2022
1 parent 4577b22 commit d3573fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions images/Dockerfile.alpine-opensuse-leap
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ RUN apk --no-cache add \
open-vm-tools-deploypkg \
open-vm-tools-guestinfo \
open-vm-tools-static \
open-vm-tools-vmbackup \
openntpd
open-vm-tools-vmbackup

RUN rc-update add sshd boot && \
rc-update add connman boot && \
Expand All @@ -103,7 +102,7 @@ RUN rc-update add sshd boot && \
rc-update add syslog boot && \
rc-update add udev sysinit && \
rc-update add udev-trigger sysinit && \
rc-update add openntpd boot && \
rc-update add ntpd boot && \
rc-update add crond && \
rc-update add fail2ban

Expand Down

0 comments on commit d3573fe

Please sign in to comment.