chore(Dockerfile): work in fradrive Dockerfile; set workdir

This commit is contained in:
Sarah Vaupel 2024-07-26 01:18:21 +02:00
parent a09dc59f26
commit 973175d5b9

View File

@ -3,8 +3,8 @@ FROM registry.uniworx.de/fradrive/fradrive/fradrive-env:latest
USER root
# Install uniworx binary
WORKDIR /fradrive
RUN pwd && ls -a && cat Dockerfile && make bin/uniworx
WORKDIR /fradrive-src
RUN make bin/uniworx
# Runtime dependencies
# TODO: minimize texlive dependencies, switch to basic schemes where possible