We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e95503 commit a3250eeCopy full SHA for a3250ee
Dockerfile
@@ -54,7 +54,7 @@ RUN set -ex && \
54
tar zxf "asterisk-${ASTERISK_VERSION}-current.tar.gz" && \
55
rm -f "asterisk-${ASTERISK_VERSION}-current.tar.gz" && \
56
mv asterisk-${ASTERISK_VERSION}* asterisk && \
57
- fi && \
+ fi \
58
cd asterisk && \
59
if [ "$ENABLE_CHAN_SIP" = "true" ]; then \
60
# Reinclude chan_sip module from external repository
0 commit comments