From 9975618801a7530cd22dfe1aebfc1330750e18e5 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Tue, 14 Sep 2021 17:25:54 +0200 Subject: [PATCH] build on alpine --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 465ea4c..c5410d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.2 -FROM $BUILD_FROM AS builder +FROM alpine:3.14 AS builder ENV LANG C.UTF-8 @@ -13,8 +13,6 @@ COPY config.mk /tmp/recorder-0.8.7/ RUN cd /tmp/recorder-0.8.7/ && \ make - -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.2 FROM $BUILD_FROM ENV LANG C.UTF-8