Remove Ubuntu, Remove run.bat
This commit is contained in:
parent
678dccced0
commit
b64a12a638
@ -1,8 +0,0 @@
|
|||||||
docker build -t icaotix/latex:minimal --build-arg SOURCE=infraonly --build-arg SCHEME=minimal .
|
|
||||||
docker build -t icaotix/latex:basic --build-arg SOURCE=minimal --build-arg SCHEME=basic .
|
|
||||||
docker build -t icaotix/latex:small --build-arg SOURCE=basic --build-arg SCHEME=small .
|
|
||||||
docker build -t icaotix/latex:context --build-arg SOURCE=small --build-arg SCHEME=context .
|
|
||||||
docker build -t icaotix/latex:gust --build-arg SOURCE=context --build-arg SCHEME=gust .
|
|
||||||
docker build -t icaotix/latex:medium --build-arg SOURCE=gust --build-arg SCHEME=medium .
|
|
||||||
docker build -t icaotix/latex:tetex --build-arg SOURCE=medium --build-arg SCHEME=tetex .
|
|
||||||
docker build -t icaotix/latex:full --build-arg SOURCE=tetex --build-arg SCHEME=full .
|
|
@ -1,10 +0,0 @@
|
|||||||
FROM ubuntu:18.04
|
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
|
||||||
WORKDIR /data
|
|
||||||
|
|
||||||
RUN apt-get update -q && apt-get install -qy \
|
|
||||||
texlive-base biber\
|
|
||||||
python-pygments gnuplot \
|
|
||||||
make git \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
@ -1,10 +0,0 @@
|
|||||||
FROM ubuntu:20.04
|
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
|
||||||
WORKDIR /data
|
|
||||||
|
|
||||||
RUN apt-get update -q && apt-get install -qy \
|
|
||||||
texlive-base biber\
|
|
||||||
python-pygments gnuplot \
|
|
||||||
make git \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
Loading…
Reference in New Issue
Block a user