Skip to content

Commit

Permalink
fixup mv latex_requirements.full.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
daamien committed May 16, 2024
1 parent e4c5769 commit eb97add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ubuntu-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ RUN set -x && \
##
## L A T E X
##
ADD latex_requirements.full.txt ./
ADD ubuntu-full/packages.txt ./
# The TexLive user mode database already set up; no need to run `tlmgr init-tree`
RUN tlmgr install `echo $(grep -v '^#' latex_requirements.full.txt )` && \
RUN tlmgr install `echo $(grep -v '^#' packages.txt )` && \
# update the font map
updmap-sys



##
## E N T R Y P O I N T
##
Expand Down
File renamed without changes.

0 comments on commit eb97add

Please sign in to comment.