mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -18,7 +18,8 @@ ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
FROM ${BUILD_FROM} AS builder
|
||||
FROM openjdk:17-jdk-slim
|
||||
RUN apt-get update && \
|
||||
RUN set +u && set +e && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
openjdk-11-jre \
|
||||
unzip \
|
||||
|
||||
Reference in New Issue
Block a user