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