chore: remove docker files
This commit is contained in:
parent
7e50735d17
commit
96d6724ac0
|
@ -1,16 +0,0 @@
|
|||
|
||||
## Contributed by Walter Schulze (@awalterschulze)
|
||||
## Simplified by Dirk Eddelbuettel (@eddelbuettel)
|
||||
|
||||
FROM ubuntu:trusty
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update -q
|
||||
RUN apt-get install -qy texlive-full
|
||||
RUN apt-get install -qy \
|
||||
gnuplot \
|
||||
wget \
|
||||
build-essential
|
||||
|
||||
WORKDIR /data
|
||||
VOLUME ["/data"]
|
Loading…
Reference in New Issue