We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0bff1 commit 0c77c72Copy full SHA for 0c77c72
1 file changed
Dockerfile
@@ -25,6 +25,7 @@ RUN set -ex \
25
&& apt-get clean \
26
&& wget https://github.com/jumpserver-dev/healthcheck/releases/download/${CHECK_VERSION}/check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \
27
&& tar -xf check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \
28
+ && rm -f /etc/nginx/conf.d/default.conf \
29
&& mv check /usr/local/bin/ \
30
&& chown root:root /usr/local/bin/check \
31
&& chmod 755 /usr/local/bin/check \
0 commit comments