Skip to content

Commit be6d26d

Browse files
committed
updated ntp service call
1 parent 70e0bcb commit be6d26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update -y && sudo apt-get upgrade -y && apt-get install -y php5 php5
1818
RUN apt-get install -y nginx-full
1919

2020
# Install ntpd
21-
RUN apt-get install -y nginx-full
21+
RUN apt-get install -y ntp
2222

2323
# Add build script
2424
RUN mkdir -p /root/setup

0 commit comments

Comments
 (0)