mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
refactor libreoffice to alpine (#256)
This commit is contained in:
parent
547c8986fd
commit
ddb82cb313
|
@ -10,12 +10,12 @@
|
|||
# --name libreoffice \
|
||||
# jess/libreoffice
|
||||
#
|
||||
FROM debian:stretch
|
||||
FROM alpine:latest
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
RUN apk --no-cache add \
|
||||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing \
|
||||
libreoffice \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
ttf-dejavu
|
||||
|
||||
ENTRYPOINT [ "libreoffice" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user