Skip to content

Commit

Permalink
feat: Add xdg-open support to Docker image
Browse files Browse the repository at this point in the history
Closes #27
  • Loading branch information
jubianchi committed Jan 30, 2018
1 parent aa9cff3 commit bf69f15
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 php:7.1-alpine

RUN apk update && \
apk add graphviz ttf-dejavu && \
apk add graphviz ttf-dejavu feh xdg-utils file && \
rm -rf \
/var/cache/apk/* \
/tmp/*
Expand Down

0 comments on commit bf69f15

Please sign in to comment.