Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Aug 22, 2023
1 parent 4035752 commit c4013e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/media_proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get -y update -qq && apt-get -y install ca-certificates wget
RUN wget https://dfx.at/rtpengine/latest/pool/main/r/rtpengine-dfx-repo-keyring/rtpengine-dfx-repo-keyring_1.0_all.deb
RUN dpkg -i rtpengine-dfx-repo-keyring_1.0_all.deb
RUN echo "deb [signed-by=/usr/share/keyrings/dfx.at-rtpengine-archive-keyring.gpg] https://dfx.at/rtpengine/$REL $DIST main" | tee /etc/apt/sources.list.d/dfx.at-rtpengine.list
RUN apt-get -y update -qq && apt-get -y install rtpengine netcat jq curl
RUN apt-get -y update -qq && apt-get -y install rtpengine netcat-traditional jq curl
RUN apt-get purge -y --auto-remove wget
RUN rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit c4013e6

Please sign in to comment.