Skip to content

Commit

Permalink
base: cleanup and version bump
Browse files Browse the repository at this point in the history
- Remove obsolete documentation
- Change Ubuntu version from 18.04 -> 20.04
- Increase build version

Signed-off-by: Stefan Venz <stefan.venz@protonmail.com>
  • Loading branch information
ikstream committed Mar 23, 2021
1 parent 550d629 commit 7fddfe0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 33 deletions.
7 changes: 2 additions & 5 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
FROM ubuntu:18.04 as base

MAINTAINER FilipS (filips@vaskir.co)
FROM ubuntu:20.04 as base

#Disable interactive tzdata instalaltion
ARG DEBIAN_FRONTEND=noninteractive


RUN apt update && \
apt install -y make texlive-full latex2html
apt install -y make texlive-full latex2html

ARG UID=1000
ARG GID=1000
Expand Down
23 changes: 0 additions & 23 deletions Docker/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL = /bin/sh
.PHONY: all build clean deps html install
VERSION?=1.1
VERSION?=1.2

# We only care about tex files at the moment so clear and explictly denote that
.SUFFIXES:
Expand Down
4 changes: 0 additions & 4 deletions deps

This file was deleted.

0 comments on commit 7fddfe0

Please sign in to comment.