Skip to content

Commit c39f7fa

Browse files
committed
Fix - Fixed missing git error and tested add-on
1 parent 77f66db commit c39f7fa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

emhass/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ RUN [[ "${BUILD_ARCH}" == "armv7" ]] && apt-get update && apt-get install libato
5454

5555
#remove build only packages
5656
RUN apt-get purge -y --auto-remove \
57-
git \
5857
gcc \
5958
patchelf \
6059
cmake \

emhass/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.8.2beta003
4+
version: 0.8.2
55
slug: emhass
66
arch:
77
- aarch64
88
- amd64
99
- armhf
1010
- armv7
11-
#image: "davidusb/image-{arch}-emhass" #set if use image from DockerHub
11+
image: "davidusb/image-{arch}-emhass" #set if use image from DockerHub
1212
ports:
1313
5000/tcp: 5000
1414
ports_description:

0 commit comments

Comments
 (0)