File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/*
77 && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
88
99ENV LANG en_US.utf8
10- ENV FS_MAJOR 1.8
1110
1211RUN apt-get update && apt-get install -y curl gnupg \
13- && curl https://files.freeswitch.org/repo/deb/freeswitch-$FS_MAJOR /fsstretch-archive-keyring.asc | apt-key add - \
14- && echo "deb http://files.freeswitch.org/repo/deb/freeswitch-$FS_MAJOR / stretch main" > /etc/apt/sources.list.d/freeswitch.list \
15- && echo "deb-src http://files.freeswitch.org/repo/deb/freeswitch-$FS_MAJOR / stretch main" >> /etc/apt/sources.list.d/freeswitch.list \
12+ && curl https://files.freeswitch.org/repo/deb/freeswitch-1.8 /fsstretch-archive-keyring.asc | apt-key add - \
13+ && echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.8 / stretch main" > /etc/apt/sources.list.d/freeswitch.list \
14+ && echo "deb-src http://files.freeswitch.org/repo/deb/freeswitch-1.8 / stretch main" >> /etc/apt/sources.list.d/freeswitch.list \
1615 && apt-get purge -y --auto-remove curl gnupg
1716
1817RUN apt-get update && apt-get install -y freeswitch
You can’t perform that action at this time.
0 commit comments