We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8ded7 commit 51f7715Copy full SHA for 51f7715
docker/Dockerfile
@@ -22,6 +22,11 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
22
NPM_BUILD_COMMIT="${BUILD_COMMIT}" \
23
NPM_BUILD_DATE="${BUILD_DATE}"
24
25
+
26
+RUN echo $(date)
27
+RUN date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
28
29
30
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
31
&& apt-get update \
32
&& apt-get install -y --no-install-recommends jq logrotate \
0 commit comments