Skip to content

Commit

Permalink
Add missing group
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Oct 30, 2023
1 parent 76c7d13 commit c3abc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apt-get update && apt-get -y install \
# procps needed for us finding the libreoffice process, see https://github.com/sbraconnier/jodconverter/issues/127#issuecomment-463668183
procps \
&& apt-get -y install libreoffice libreoffice-java-common --no-install-recommends \
&& groupadd $NONPRIVGROUP \
&& useradd -m $NONPRIVUSER -g $NONPRIVGROUP \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit c3abc9c

Please sign in to comment.