mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-10 14:15:30 +00:00
add maintainer
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# STEP 1: build pdfact
|
# STEP 1: build pdfact
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
LABEL maintainer="Daniel Bauer <dev@dbauer.me>"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y maven git
|
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y maven git
|
||||||
|
|||||||
Reference in New Issue
Block a user