Skip to content

Commit

Permalink
Clean-Ups following #9
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 committed Sep 24, 2023
1 parent d294e5b commit c131135
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ LABEL org.label-schema.docker.dockerfile="/Dockerfile" \
# Install requirements
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends supervisor nano # wget gnupg2 ca-certificates

# Add rtpengine source
#RUN \
# 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/10.5 bookworm main' > /etc/apt/sources.list.d/rtpengine.list
&& apt-get install -y --no-install-recommends supervisor nano

# Install Kamailio and rtpengine
RUN \
Expand Down

0 comments on commit c131135

Please sign in to comment.