mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-13 14:23:08 +01:00
Remove superflous apt-get part
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.2.0] - 2020-12-31
|
||||||
|
- Remove superflous `apt-get` part
|
||||||
## [0.1.0] - 2020-12-31
|
## [0.1.0] - 2020-12-31
|
||||||
- Initial release
|
- Initial release
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
FROM matijse/eufy-ha-mqtt-bridge
|
FROM matijse/eufy-ha-mqtt-bridge
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y jq sqlite3
|
|
||||||
RUN npm install json2yaml
|
RUN npm install json2yaml
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /
|
||||||
|
|||||||
Reference in New Issue
Block a user