Skip to content

oc.template.alpine.libreoffice

from

inherit abcdesktopio/oc.template.alpine

Container distribution release

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.19.1
PRETTY_NAME="Alpine Linux v3.19"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"

DockerFile source code


# default TAG is dev
ARG TAG=dev
ARG BASE_IMAGE
FROM ${BASE_IMAGE}:${TAG}


# add libreoffice
RUN apk add --no-cache --update  \
   openjdk21 \
   mesa-vulkan-swrast \  
   faenza-icon-theme-libreoffice \
   libreoffice           \
   libreoffice-gtk

file oc.template.alpine.libreoffice.md is created at Sun May 05 2024 13:56:28 GMT+0000 (Coordinated Universal Time) by make-docs.js