Skip to content

Commit fe00a66

Browse files
committed
Don't export FS_MAJOR to env
1 parent dba823d commit fe00a66

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

1.8/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

99
ENV LANG en_US.utf8
10-
ENV FS_MAJOR 1.8
1110

1211
RUN 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

1817
RUN apt-get update && apt-get install -y freeswitch

0 commit comments

Comments
 (0)