1
0
mirror of https://github.com/matze/mtheme.git synced 2024-06-20 06:46:39 +02:00
metropolis_theme/Dockerfile
2015-06-27 12:10:12 +02:00

20 lines
405 B
Docker

## 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
ADD ./getFiraFont.sh ./getFiraFont.sh
RUN ./getFiraFont.sh
WORKDIR /data
VOLUME ["/data"]