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 88be90d commit 3018e5c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/media_proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ ARG DIST=bookworm

WORKDIR /tmp

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-traditional jq curl
RUN apt-get purge -y --auto-remove wget
RUN rm -rf /var/lib/apt/lists/*
RUN apt-get -y update -qq && apt-get -y install ca-certificates wget \
&& wget https://dfx.at/rtpengine/latest/pool/main/r/rtpengine-dfx-repo-keyring/rtpengine-dfx-repo-keyring_1.0_all.deb \
&& dpkg -i rtpengine-dfx-repo-keyring_1.0_all.deb \
&& 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 \
&& apt-get -y update -qq && apt-get -y install rtpengine netcat-traditional jq curl \
&& apt-get purge -y --auto-remove wget \
&& rm -rf /var/lib/apt/lists/*

COPY docker-entrypoint.sh /docker-entrypoint.sh

Expand Down

0 comments on commit 3018e5c

Please sign in to comment.