mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 10:50:42 +02:00
refactor libreoffice to alpine (#256)
This commit is contained in:
parent
547c8986fd
commit
ddb82cb313
@ -10,12 +10,12 @@
|
|||||||
# --name libreoffice \
|
# --name libreoffice \
|
||||||
# jess/libreoffice
|
# jess/libreoffice
|
||||||
#
|
#
|
||||||
FROM debian:stretch
|
FROM alpine:latest
|
||||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
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 \
|
libreoffice \
|
||||||
--no-install-recommends \
|
ttf-dejavu
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
ENTRYPOINT [ "libreoffice" ]
|
ENTRYPOINT [ "libreoffice" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user