Setup texbox
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM debian:stable
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y texlive-full
|
||||
|
||||
RUN mkdir /tex
|
||||
COPY run.sh /run.sh
|
||||
RUN chmod +x /run.sh
|
||||
|
||||
ENV TARGET=
|
||||
|
||||
WORKDIR /tex
|
||||
CMD /run.sh
|
||||
Reference in New Issue
Block a user