diff --git a/MySQL_conf_pbx/test1/Dockerfile b/MySQL_conf_pbx/test1/Dockerfile index 03df20d..8676849 100755 --- a/MySQL_conf_pbx/test1/Dockerfile +++ b/MySQL_conf_pbx/test1/Dockerfile @@ -1,13 +1,10 @@ FROM mathewfrancisv/odbc_mariadb:v3.0.2 # Add edge/testing repository +# call_transfer + #RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \ RUN cp -r /usr/share/asterisk/sounds/en /var/lib/asterisk/sounds/ - # apk add --no-cache unixodbc unixodbc-dev mariadb-connector-odbc - -# Copy custom Asterisk config files -#COPY asterisk_config/ /etc/asterisk/ - # Start Asterisk in verbose mode CMD ["asterisk", "-fvvvvv"]