Merge pull request #257 from koep/keepassxc

keepassxc fix font issue
This commit is contained in:
Christian
2017-04-08 21:31:02 +02:00
committed by GitHub

View File

@@ -45,6 +45,6 @@ RUN apk --no-cache add --repository https://dl-3.alpinelinux.org/alpine/edge/com
qt5-qtbase \
qt5-qtbase-x11 \
qt5-qttools \
ttf-ubuntu-font-family
ttf-dejavu
ENTRYPOINT [ "/usr/local/bin/keepassxc" ]