This commit is contained in:
2021-06-29 12:37:08 +03:00
commit 12fdc96d20
282 changed files with 13627 additions and 0 deletions

10
asterisk/Dockerfile Normal file
View 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 /