Skip to content

Commit c839f13

Browse files
committed
[Docker] add ntp to docker version
tmp
1 parent a735aff commit c839f13

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
@@ -48,7 +48,7 @@ COPY docker/* /octobot/
4848
# 4. Finish env setup
4949
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
5050
RUN apt-get update \
51-
&& apt-get install -y --no-install-recommends curl \
51+
&& apt-get install -y --no-install-recommends curl ntp \
5252
&& mkdir -p /usr/share/keyrings \
5353
&& chmod 0755 /usr/share/keyrings \
5454
&& curl -fsSL https://pkg.cloudflare.com/cloudflare-main.gpg | tee /usr/share/keyrings/cloudflare-main.gpg >/dev/null \

0 commit comments

Comments
 (0)