Skip to content

Commit

Permalink
Add user ubuntu and group www-data for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Oct 4, 2023
1 parent 281ec54 commit a473b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM pandoc/latex:3.1.1-alpine

RUN apk add --no-cache ttf-hack
RUN apk add --no-cache ttf-hack; \
adduser -D -u 1000 -g 'www-data' ubuntu

# Install additional LaTeX packages
RUN tlmgr update --self && tlmgr install \
Expand Down

0 comments on commit a473b29

Please sign in to comment.