Skip to content

Commit

Permalink
refactor libreoffice to alpine (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
koep authored and jessfraz committed Apr 7, 2017
1 parent 547c898 commit ddb82cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libreoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit ddb82cb

Please sign in to comment.