From e8220c58c0c8d82155abcf47effae530db70cc77 Mon Sep 17 00:00:00 2001 From: zhezhao Date: Mon, 8 Apr 2024 16:49:19 +0800 Subject: [PATCH] feat(ci): Use temurin-11-jre instead --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 0175b6a9..685f0f25 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get install -y --no-install-recommends software-properties-common wget a && echo "deb https://nginx.org/packages/mainline/ubuntu/ bionic nginx" >> /etc/apt/sources.list \ && echo "deb-src https://nginx.org/packages/mainline/ubuntu/ bionic nginx" >> /etc/apt/sources.list \ && apt-get update \ - && apt-get install -y --no-install-recommends supervisor temurin-11-jdk nginx \ + && apt-get install -y --no-install-recommends supervisor temurin-11-jre nginx \ && rm -rf /var/lib/apt/lists/* # Create logs storaging