mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
Upgrade base image to 1.2.1
This commit is contained in:
parent
a6d4983fbc
commit
027d4da9a0
@ -1,15 +1,6 @@
|
|||||||
ARG BUILD_FROM=esphome/esphome-hassio-base-amd64:1.1.0
|
ARG BUILD_FROM=esphome/esphome-hassio-base-amd64:1.2.1
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
RUN \
|
|
||||||
apt-get update \
|
|
||||||
&& apt-get install -y --no-install-recommends \
|
|
||||||
python-pil \
|
|
||||||
&& rm -rf \
|
|
||||||
/tmp/* \
|
|
||||||
/var/{cache,log}/* \
|
|
||||||
/var/lib/apt/lists/*
|
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user