From c803ff7fde93886d470bf7628c2a11523a3b4e2e Mon Sep 17 00:00:00 2001 From: tobbenb Date: Sat, 6 Feb 2021 00:25:31 +0100 Subject: [PATCH] Alphabet recently changed order --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- Dockerfile.armhf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9bd85f..ef8ccc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,10 +39,10 @@ RUN \ libjpeg-turbo \ libstdc++ \ libxslt \ - tiff \ openssl \ py3-pip \ - python3 && \ + python3 \ + tiff && \ echo "**** install homeassistant ****" && \ mkdir -p \ /tmp/core && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7d2a57a..fd2d017 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -39,10 +39,10 @@ RUN \ libjpeg-turbo \ libstdc++ \ libxslt \ - tiff \ openssl \ py3-pip \ - python3 && \ + python3 \ + tiff && \ echo "**** install homeassistant ****" && \ mkdir -p \ /tmp/core && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 8fb7679..23d7810 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -39,10 +39,10 @@ RUN \ libjpeg-turbo \ libstdc++ \ libxslt \ - tiff \ openssl \ py3-pip \ - python3 && \ + python3 \ + tiff && \ echo "**** install homeassistant ****" && \ mkdir -p \ /tmp/core && \