Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Aug 15, 2023
1 parent 2459140 commit 37d0345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/freeswitch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN echo "deb-src [signed-by=/usr/share/keyrings/signalwire-freeswitch-repo.gpg]
RUN apt-get purge -y --auto-remove gnupg2 lsb-release

RUN apt-get update --allow-releaseinfo-change
RUN apt-get -y install libpq-dev libc-dev groff less netcat ffmpeg
RUN apt-get -y install libpq-dev libc-dev groff less netcat-traditional ffmpeg

# Install FreeSWITCH and required modules
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 37d0345

Please sign in to comment.