Skip to content

Commit

Permalink
feat(ci): Use temurin-11-jre instead
Browse files Browse the repository at this point in the history
  • Loading branch information
zhe-zhao committed Apr 8, 2024
1 parent 32b6dfc commit e8220c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8220c5

Please sign in to comment.