Skip to content
Snippets Groups Projects
Commit 5a2afab7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

cleanup

parent fcfd3256
No related branches found
No related tags found
No related merge requests found
Pipeline #2365 passed with stage
in 27 seconds
build.py eol=lf
# Created by .ignore support plugin (hsz.mobi)
.idea/
dist/
.vagrant/
FROM debian:jessie
RUN apt-get update
RUN apt-get install -y python pandoc texlive-latex-base texlive-fonts-recommended
RUN apt-get clean
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "debian/contrib-jessie64"
config.vm.provision "shell", inline: <<-SHELL
apt-get install -y python pandoc texlive-latex-base texlive-fonts-recommended
exi SHELL
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment