mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 08:33:38 +02:00
Finish Rocky Linux 9 packaging
This commit is contained in:
parent
158f464c48
commit
e17579f484
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,14 @@ FROM rockylinux:9
|
|||
LABEL maintainer="Julian Groß (julian.gro@overte.org)"
|
||||
LABEL description="Development image for Overte Domain server and assignment clients."
|
||||
|
||||
# Add required Rocky Linux tools
|
||||
RUN dnf -y install dnf-utils
|
||||
|
||||
# Add "Extra Packages for Enterprise Linux" repository
|
||||
RUN dnf -y install epel-release
|
||||
# Add "Code Ready Builder" repository
|
||||
RUN dnf config-manager --enable crb
|
||||
|
||||
# Install Overte domain-server and assignment-client build dependencies
|
||||
RUN dnf -y install curl ninja-build git cmake gcc-c++ openssl-devel qt5-qtwebsockets-devel qt5-qtscript-devel qt5-qtmultimedia-devel unzip libXext-devel qt5-qtwebchannel-devel qt5-qtwebengine-devel qt5-qtxmlpatterns-devel
|
||||
|
||||
|
|
Loading…
Reference in a new issue