Merge pull request #436 from keepassxreboot/hofix/dockerfile

Updated Dockerfile to meet new library requirements
This commit is contained in:
Janek Bevendorff 2017-03-26 16:07:55 +02:00 committed by GitHub
commit e5021ffa01

View file

@ -32,10 +32,11 @@ RUN set -x \
qt58base \ qt58base \
qt58tools \ qt58tools \
qt58x11extras \ qt58x11extras \
libmicrohttpd-dev \
libxi-dev \ libxi-dev \
libxtst-dev \ libxtst-dev \
zlib1g-dev \ zlib1g-dev \
libyubikey-dev \
libykpers-1-dev \
wget \ wget \
file \ file \
fuse \ fuse \