We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41523be commit be09911Copy full SHA for be09911
Dockerfile
@@ -48,7 +48,8 @@ ARG BASE_VERSION
48
49
RUN microdnf install -y dnf && microdnf clean all && \
50
dnf -y update && \
51
- dnf -y install epel-release libedit ncurses libxml2 sqlite gettext sox && \
+ dnf -y install epel-release libedit ncurses libxml2 sqlite gettext && \
52
+ dnf -y install sox && \
53
dnf clean all
54
55
# Create asterisk user and group
0 commit comments