mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-13 00:12:39 +01:00
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:
committed by
Jess Frazelle
parent
2bf9642576
commit
2f9a86e020
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user