Remove superflous apt-get part

This commit is contained in:
Max Winterstein
2020-12-31 18:45:07 +01:00
parent 7fb9cedfcf
commit 8fe0bac569
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
# Changelog
## [0.2.0] - 2020-12-31
- Remove superflous `apt-get` part
## [0.1.0] - 2020-12-31
- Initial release

View File

@@ -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 /