ADD: run everything as the latex user
This commit is contained in:
parent
895067d955
commit
fcf4c6c2aa
@ -7,3 +7,7 @@ RUN apk add --no-cache msttcorefonts-installer fontconfig && update-ms-fonts &&
|
|||||||
|
|
||||||
# add other ttf
|
# add other ttf
|
||||||
RUN apk add --no-cache ttf-liberation ttf-droid font-fira-ttf font-raleway-ttf font-bakoma-ttf
|
RUN apk add --no-cache ttf-liberation ttf-droid font-fira-ttf font-raleway-ttf font-bakoma-ttf
|
||||||
|
|
||||||
|
RUN addgroup latex && adduser -u 8888 -D -G latex latex
|
||||||
|
|
||||||
|
USER latex
|
||||||
|
Loading…
Reference in New Issue
Block a user