Skip to content

Commit

Permalink
add font to docker image, see docker-library/openjdk#73
Browse files Browse the repository at this point in the history
  • Loading branch information
siren committed May 16, 2017
1 parent 08c6b09 commit 2c219c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:8-jre-alpine
MAINTAINER Reittiopas version: 0.1

RUN apk add --update curl bash && \
RUN apk add --update curl bash ttf-dejavu && \
rm -rf /var/cache/apk/*
VOLUME /opt/opentripplanner/graphs

Expand Down

0 comments on commit 2c219c3

Please sign in to comment.