Skip to content

Instantly share code, notes, and snippets.

View arshad115's full-sized avatar
๐Ÿ‹๏ธโ€โ™‚๏ธ
Working on my Android app and a PWA in Vue.js

Arshad Mehmood arshad115

๐Ÿ‹๏ธโ€โ™‚๏ธ
Working on my Android app and a PWA in Vue.js
View GitHub Profile
FROM ubuntu:18.10
# non interactive frontend for locales
ENV DEBIAN_FRONTEND=noninteractive
# installing texlive and utils
RUN apt-get update && \
apt-get -y install --no-install-recommends pandoc texlive texlive-latex-extra texlive-generic-extra texlive-extra-utils texlive-fonts-extra texlive-bibtex-extra biber latexmk make git procps locales curl && \
rm -rf /var/lib/apt/lists/*