From 75f0252bdc30810cb878619a333f3b25c9c2f18f Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Wed, 18 Oct 2023 10:20:39 -0700 Subject: [PATCH] remove debug lines (#80) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa166d9..696a210 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,4 +28,4 @@ RUN if [ "${OS_DISTRIBUTION}" = "opensuse-leap" ] && [ "${PROXY_CERT_PATH}" != " ### To install the nginx package for opensuse ### -RUN zypper refresh && zypper install nginx -y +# RUN zypper refresh && zypper install nginx -y