mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 23:41:02 +01:00
9 lines
113 B
Docker
9 lines
113 B
Docker
ARG BUILD_FROM
|
|
FROM $BUILD_FROM
|
|
|
|
RUN apk add --no-cache ympd=1.3.0-r9
|
|
|
|
ENTRYPOINT [ "/init" ]
|
|
CMD []
|
|
COPY root /
|