Skip to content

Commit

Permalink
Add mpg123 and sox to nethcti-server container
Browse files Browse the repository at this point in the history
Those two commands are used by nethcti to convert mp3 announcements
  • Loading branch information
Stell0 authored Apr 24, 2024
1 parent 70eeb8e commit 42ee902
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nethcti-server/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ RUN npm ci

FROM base as production
# install production packages, add astersik as user
RUN apk add --no-cache openldap-clients
RUN apk add --no-cache \
openldap-clients \
mpg123 \
sox
RUN addgroup -g 991 -S asterisk && adduser -u 990 -S -s /bin/false -h /var/lib/asterisk -H -g 'Asterisk User' -G asterisk asterisk
RUN mkdir -p /etc/nethcti /var/lib/asterisk/sounds \
&& chown asterisk:asterisk /etc/nethcti /var/lib/asterisk/sounds
Expand Down

0 comments on commit 42ee902

Please sign in to comment.