Skip to content

Commit

Permalink
Add dnsutils and iptables for SSL support in enable_ssl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Sep 24, 2024
1 parent b98a1e1 commit 7cd10f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_Process
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ARG InstallMediaPush
ARG BranchName=master

#Running update and install makes the builder not to use cache which resolves some updates
RUN apt-get update && apt-get install -y curl wget iproute2 cron logrotate
RUN apt-get update && apt-get install -y curl wget iproute2 cron logrotate dnsutils iptables

ADD ./${AntMediaServer} /home

Expand Down

0 comments on commit 7cd10f6

Please sign in to comment.