Skip to content

Commit 0c77c72

Browse files
committed
perf: update dockefile
1 parent cc0bff1 commit 0c77c72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN set -ex \
2525
&& apt-get clean \
2626
&& wget https://github.com/jumpserver-dev/healthcheck/releases/download/${CHECK_VERSION}/check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \
2727
&& tar -xf check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \
28+
&& rm -f /etc/nginx/conf.d/default.conf \
2829
&& mv check /usr/local/bin/ \
2930
&& chown root:root /usr/local/bin/check \
3031
&& chmod 755 /usr/local/bin/check \

0 commit comments

Comments
 (0)