Skip to content
Snippets Groups Projects
Commit d39db6d5 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:arrow_up: use newer ubuntu and newer libreoffice

parent 8f2bed1f
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
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
......
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