We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a735aff commit c839f13Copy full SHA for c839f13
Dockerfile
@@ -48,7 +48,7 @@ COPY docker/* /octobot/
48
# 4. Finish env setup
49
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
50
RUN apt-get update \
51
- && apt-get install -y --no-install-recommends curl \
+ && apt-get install -y --no-install-recommends curl ntp \
52
&& mkdir -p /usr/share/keyrings \
53
&& chmod 0755 /usr/share/keyrings \
54
&& curl -fsSL https://pkg.cloudflare.com/cloudflare-main.gpg | tee /usr/share/keyrings/cloudflare-main.gpg >/dev/null \
0 commit comments