mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01: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…
Reference in New Issue
Block a user