Skip to content

Commit

Permalink
Merge bf487df into ab42edc
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 authored Mar 13, 2024
2 parents ab42edc + bf487df commit 30ee3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ LABEL org.label-schema.docker.dockerfile="/Dockerfile" \
# Install requirements
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends supervisor nano
&& apt-get install -y --no-install-recommends --no-install-suggests supervisor nano

# Install Kamailio and rtpengine
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends rtpengine \
&& apt-get install -y --no-install-recommends kamailio kamailio-websocket-modules kamailio-tls-modules kamailio-presence-modules kamailio-outbound-modules
&& apt-get install -y --no-install-recommends --no-install-suggests rtpengine \
&& apt-get install -y --no-install-recommends --no-install-suggests kamailio kamailio-websocket-modules kamailio-tls-modules kamailio-presence-modules kamailio-outbound-modules

# Do not persist /tmp in a volume to allow clearing it by restarting the container
# VOLUME ["/tmp"]
Expand Down

0 comments on commit 30ee3d9

Please sign in to comment.