add maintainer

This commit is contained in:
danijoo
2022-11-27 12:47:57 +01:00
parent 5a551967e4
commit 23f3a6d5c1

View File

@@ -1,5 +1,6 @@
# STEP 1: build pdfact
FROM ubuntu:20.04
LABEL maintainer="Daniel Bauer <dev@dbauer.me>"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y maven git