Skip to content

Commit

Permalink
Update SITS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gqueiroz committed Jul 22, 2022
1 parent 51575a0 commit 4f8eb00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ RUN apt-get update -y \
texlive-latex-recommended \
texlive-fonts-recommended \
ghostscript \
libharfbuzz-dev libfribidi-dev \
&& rm -rf /var/lib/apt/lists/*

ENV ROOT_USER="${ROOT_USER}" \
BASE_USER="${BASE_USER}"

USER ${BASE_USER}
USER ${BASE_USER}

0 comments on commit 4f8eb00

Please sign in to comment.