Aufgabe #2057 » 0001-install-packages-for-acm-conference-template.patch
| lib/docker-compose.base.yml | ||
|---|---|---|
|
sharelatex:
|
||
|
restart: always
|
||
|
image: "${IMAGE}"
|
||
|
#image: "${IMAGE}"
|
||
|
build: ../testcontainer
|
||
|
container_name: sharelatex
|
||
|
volumes:
|
||
|
- "${OVERLEAF_DATA_PATH}:${OVERLEAF_IN_CONTAINER_DATA_PATH}"
|
||
| testcontainer/Dockerfile | ||
|---|---|---|
|
FROM sharelatex/sharelatex:latest
|
||
|
RUN apt-get update
|
||
|
RUN apt-get -y install texlive-full
|
||
|
RUN tlmgr install collection-latex
|
||
|
RUN tlmgr install xkeyval xstring microtype booktabs totpages everyshi environ textcase framed zref hyperxmp ifmtarg xcolor ncctools cmap caption float comment draftwatermark preprint libertine
|
||