Skip to content

Commit

Permalink
update gids
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Oct 4, 2023
1 parent a473b29 commit 00a570f
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,7 +1,8 @@
FROM pandoc/latex:3.1.1-alpine

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

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

0 comments on commit 00a570f

Please sign in to comment.