fix skype, add fontforge, enhance keepass2 (#371)

* Enable keepass2 to use plugins

* Add fontforge

* Let skype finish before exiting container
This commit is contained in:
svenssonaxel
2018-04-10 16:07:13 -04:00
committed by Jess Frazelle
parent 2bf9642576
commit 2f9a86e020
4 changed files with 42 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
# docker run -it \
# -v /home/$USER/DB.kdbx:/root/DB.kdbx \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -v /home/$USER/keepass2-plugins:/usr/lib/keepass2/Plugins \
# -e DISPLAY=$DISPLAY \
# keepass2 "$@"
#
@@ -25,6 +26,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
keepass2 \
xdotool \
mono-dmcs \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*