Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Jan 30, 2024
1 parent 23f1fbf commit 092665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freepbx/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ RUN groupadd -g 991 -r asterisk && \
FROM docker.io/library/php:7.4-apache
WORKDIR /var/lib/asterisk
ARG DEBIAN_FRONTEND=noninteractive
RUN groupadd -g 991 -r asterisk \
RUN groupadd -g 991 -r asterisk && \
useradd -u 990 -r -s /bin/false -d /var/lib/asterisk -M -c 'Asterisk User' -g asterisk asterisk && \
apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 092665b

Please sign in to comment.