mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-06-13 08:31:20 +02:00
init
This commit is contained in:
10
asterisk/Dockerfile
Normal file
10
asterisk/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN apk add --no-cache \
|
||||
asterisk=18.2.1-r1 \
|
||||
asterisk-sample-config=18.2.1-r1
|
||||
|
||||
ENTRYPOINT [ "/init" ]
|
||||
CMD []
|
||||
COPY root /
|
||||
Reference in New Issue
Block a user