chore(Dockerfile): work in fradrive Dockerfile; set workdir
This commit is contained in:
parent
a09dc59f26
commit
973175d5b9
@ -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
|
||||
|
||||
Reference in New Issue
Block a user