chore: remove docker files

This commit is contained in:
Johan Larsson 2024-01-12 20:04:50 +01:00
parent 7e50735d17
commit 96d6724ac0
1 changed files with 0 additions and 16 deletions

View File

@ -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"]