Update Dockerfile

This commit is contained in:
Jonas Kvinge 2018-09-12 19:32:13 +02:00 committed by GitHub
parent e30f269412
commit 621a5b1de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ run zypper --non-interactive --gpg-auto-import-keys install \
libQt5Core-devel libQt5Gui-devel libQt5Widgets-devel libQt5Concurrent-devel libQt5Network-devel libQt5OpenGL-devel libQt5Sql-devel \
libqt5-qtx11extras-devel libQt5Gui-private-headers-devel libqt5-qtbase-common-devel liblastfm-qt5-devel \
libcdio-devel libgpod-devel libplist-devel libmtp-devel libusbmuxd-devel libchromaprint-devel
run mkdir -p /usr/src/app
workdir /usr/src/app
copy . /usr/src/app