mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Fix Docker container not starting on Raspberry Pi. https://github.com/Koenkk/zigbee2mqtt/issues/7662
This commit is contained in:
parent
89cb4f9536
commit
ac5ebae639
@ -1,4 +1,4 @@
|
||||
FROM node:14-alpine3.13 as base
|
||||
FROM node:14-alpine3.12 as base
|
||||
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache tzdata eudev tini
|
||||
|
Loading…
Reference in New Issue
Block a user