Skip to content

Commit a3250ee

Browse files
committed
added ENABLE_CHAN_SIP
1 parent 9e95503 commit a3250ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN set -ex && \
5454
tar zxf "asterisk-${ASTERISK_VERSION}-current.tar.gz" && \
5555
rm -f "asterisk-${ASTERISK_VERSION}-current.tar.gz" && \
5656
mv asterisk-${ASTERISK_VERSION}* asterisk && \
57-
fi && \
57+
fi \
5858
cd asterisk && \
5959
if [ "$ENABLE_CHAN_SIP" = "true" ]; then \
6060
# Reinclude chan_sip module from external repository

0 commit comments

Comments
 (0)