From 395b0dcbd1da3256a1a2fa3fbf0fa25dad3ca2fd Mon Sep 17 00:00:00 2001 From: Vo Van Nghia Date: Fri, 9 Aug 2024 22:08:27 +0200 Subject: [PATCH] typo --- Dockerfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.new b/Dockerfile.new index c1e44a87bd..e44791885d 100644 --- a/Dockerfile.new +++ b/Dockerfile.new @@ -36,7 +36,7 @@ COPY --from=caddy:2.7.5 /usr/bin/caddy /usr/local/bin/caddy RUN apt-get update && apt-get install -y --no-install-recommends openssl ca-certificates && rm -rf /var/lib/apt/lists/* RUN npm install --global concurrently@8.2.2 && concurrently --version RUN useradd -m -u 1001 ryot -RUN if [ ${TARGETARCH} == "arm64" ]; then apt-get update && apt-get install -y --no-install-recommends wget && wget http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_arm64.deb && dpkg -i libssl1.1_1.1.1w-0+deb11u1_arm64.deb && rm -rf libssl1.1_1.1.1w-0+deb11u1_arm64.deb && apt-get remove wget && rm -rf rm -rf /var/lib/apt/lists/*; fi +RUN if [ "${TARGETARCH}" == "arm64" ]; then apt-get update && apt-get install -y --no-install-recommends wget && wget http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_arm64.deb && dpkg -i libssl1.1_1.1.1w-0+deb11u1_arm64.deb && rm -rf libssl1.1_1.1.1w-0+deb11u1_arm64.deb && apt-get remove wget && rm -rf rm -rf /var/lib/apt/lists/*; fi WORKDIR /home/ryot USER ryot COPY ci/Caddyfile /etc/caddy/Caddyfile