Skip to content
Snippets Groups Projects
Commit 4ac804f6 authored by Hiob's avatar Hiob :japanese_ogre:
Browse files

Modifier Dockerfile

parent 1d6db473
Branches master
No related tags found
No related merge requests found
Pipeline #71118 passed
......@@ -3,8 +3,8 @@ ARG JAVA_VERSION=""
FROM openjdk:${JAVA_VERSION}-slim AS build
# MAINTAINED by Nefald community
LABEL maintainer="nefald <contact@nefald.fr>"
LABEL author="hiob <hello@hiob.fr>"
LABEL maintainer="${MAINTAINER}"
LABEL author="${AUTHOR}"
# install packages
RUN apt update && apt install -y tzdata \
......
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