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
|
USER root
|
||||||
|
|
||||||
# Install uniworx binary
|
# Install uniworx binary
|
||||||
WORKDIR /fradrive
|
WORKDIR /fradrive-src
|
||||||
RUN pwd && ls -a && cat Dockerfile && make bin/uniworx
|
RUN make bin/uniworx
|
||||||
|
|
||||||
# Runtime dependencies
|
# Runtime dependencies
|
||||||
# TODO: minimize texlive dependencies, switch to basic schemes where possible
|
# TODO: minimize texlive dependencies, switch to basic schemes where possible
|
||||||
|
|||||||
Reference in New Issue
Block a user