8 lines
165 B
Text
8 lines
165 B
Text
|
FROM archlinux
|
||
|
|
||
|
RUN pacman -Syu --noconfirm texlive-most texlive-bibtexextra texlive-fontsextra biber
|
||
|
|
||
|
COPY entrypoint.sh /root/
|
||
|
|
||
|
ENTRYPOINT ["/root/entrypoint.sh"]
|