Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libreoffice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Docker
libreoffice
Commits
d39db6d5
Commit
d39db6d5
authored
6 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
use newer ubuntu and newer libreoffice
parent
8f2bed1f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.drone.yml
+3
-3
3 additions, 3 deletions
.drone.yml
Dockerfile
+15
-4
15 additions, 4 deletions
Dockerfile
with
18 additions
and
7 deletions
.drone.yml
+
3
−
3
View file @
d39db6d5
...
...
@@ -10,9 +10,9 @@
repo
:
xcgd/libreoffice
tags
:
-
latest
-
5.1.6
-
5.1
-
5
-
6.0.7
-
6.0
-
6
build-args
:
-
REVISION=${DRONE_COMMIT}
-
CREATED=${DRONE_BUILD_STARTED}
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
15
−
4
View file @
d39db6d5
FROM
ubuntu:xenial
MAINTAINER
florent.aide@gmail.com
FROM
ubuntu:18.04
LABEL
maintainer="release@xcg-consulting.fr"
ARG
REVISION=""
ARG
CREATED=""
LABEL
org.opencontainers.image.revision=$REVISION
LABEL
org.opencontainers.image.vendor="XCG"
LABEL
org.opencontainers.image.version="6.0.7"
LABEL
org.opencontainers.image.authors="XCG"
LABEL
org.opencontainers.image.created=$CREATED
LABEL
org.opencontainers.image.title="Libreoffice"
LABEL
org.opencontainers.image.description="A headless libreoffice server"
ENV
DEBIAN_FRONTEND noninteractive
...
...
@@ -3,4 +12,3 @@
ENV
DEBIAN_FRONTEND noninteractive
# version 1:4.2.8-0ubuntu2
...
...
@@ -6,5 +14,8 @@
RUN
apt-get update
&&
apt-get
-y
-q
install
libreoffice libreoffice-writer ure libreoffice-java-common libreoffice-core libreoffice-common openjdk-8-jre fonts-opensymbol hyphen-fr hyphen-de hyphen-en-us hyphen-it hyphen-ru fonts-dejavu fonts-dejavu-core fonts-dejavu-extra fonts-noto fonts-dustin fonts-f500 fonts-fanwood fonts-freefont-ttf fonts-liberation fonts-lmodern fonts-lyx fonts-sil-gentium fonts-texgyre fonts-tlwg-purisa
&&
apt-get
-q
-y
remove libreoffice-gnome
RUN
set
-x
;
\
apt-get update
\
&&
apt-get
-y
-q
install
libreoffice libreoffice-writer ure libreoffice-java-common libreoffice-core libreoffice-common openjdk-8-jre fonts-opensymbol hyphen-fr hyphen-de hyphen-en-us hyphen-it hyphen-ru fonts-dejavu fonts-dejavu-core fonts-dejavu-extra fonts-noto fonts-dustin fonts-f500 fonts-fanwood fonts-freefont-ttf fonts-liberation fonts-lmodern fonts-lyx fonts-sil-gentium fonts-texgyre fonts-tlwg-purisa
\
&&
apt-get
-q
-y
remove libreoffice-gnome libreoffice-gtk3
EXPOSE
8997
RUN
adduser
--system
--disabled-password
--gecos
""
--shell
=
/bin/bash libreoffice
...
...
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