docker: Install mnemosyne to pull in graphics deps

This commit is contained in:
Tomas Babej 2018-07-31 01:43:52 -04:00
parent af6b495fd9
commit 846b71bc26
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -1,7 +1,7 @@
FROM fedora:27
RUN dnf update -y
RUN dnf install procps-ng psmisc which vim curl git gvim gcc gcc-c++ cmake make gnutls-devel libuuid-devel -y
RUN dnf install procps-ng psmisc which vim curl git gvim gcc gcc-c++ cmake make gnutls-devel libuuid-devel mnemosyne -y
# Setup language environment
ENV LC_ALL en_US.UTF-8