We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e0bcb commit be6d26dCopy full SHA for be6d26d
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update -y && sudo apt-get upgrade -y && apt-get install -y php5 php5
18
RUN apt-get install -y nginx-full
19
20
# Install ntpd
21
-RUN apt-get install -y nginx-full
+RUN apt-get install -y ntp
22
23
# Add build script
24
RUN mkdir -p /root/setup
0 commit comments