Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Spigot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
Spigot
Commits
4ac804f6
Commit
4ac804f6
authored
1 month ago
by
Hiob
Browse files
Options
Downloads
Patches
Plain Diff
Modifier Dockerfile
parent
1d6db473
Branches
master
No related tags found
No related merge requests found
Pipeline
#71118
passed
22 hours ago
Stage: test
Changes
1
Pipelines
44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
4ac804f6
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment