Add doxygen package
This commit is contained in:
		
							parent
							
								
									e94ddce3bc
								
							
						
					
					
						commit
						9e6c078a97
					
				
					 2 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
					@ -195,7 +195,7 @@ freebsd()
 | 
				
			||||||
archLinux()
 | 
					archLinux()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	echo "Detected Arch Linux"
 | 
						echo "Detected Arch Linux"
 | 
				
			||||||
	packages="cmake fuse git gperf perl-html-parser nasm wget texinfo bison flex po4a autoconf curl file expat gmp libtool m4 pkgconf po4a syslinux meson python python-mako make xdg-utils zip unzip llvm clang perl"
 | 
						packages="cmake fuse git gperf perl-html-parser nasm wget texinfo bison flex po4a autoconf curl file expat gmp libtool m4 pkgconf po4a syslinux meson python python-mako make xdg-utils zip unzip llvm clang perl doxygen"
 | 
				
			||||||
	if [ "$1" == "qemu" ]; then
 | 
						if [ "$1" == "qemu" ]; then
 | 
				
			||||||
		packages="$packages qemu"
 | 
							packages="$packages qemu"
 | 
				
			||||||
	elif [ "$1" == "virtualbox" ]; then
 | 
						elif [ "$1" == "virtualbox" ]; then
 | 
				
			||||||
| 
						 | 
					@ -259,7 +259,8 @@ ubuntu()
 | 
				
			||||||
		unzip \
 | 
							unzip \
 | 
				
			||||||
		llvm \
 | 
							llvm \
 | 
				
			||||||
		clang \
 | 
							clang \
 | 
				
			||||||
		perl
 | 
							perl \
 | 
				
			||||||
 | 
							doxygen
 | 
				
			||||||
	if [ "$1" == "qemu" ]; then
 | 
						if [ "$1" == "qemu" ]; then
 | 
				
			||||||
		if [ -z "$(which qemu-system-x86_64)" ]; then
 | 
							if [ -z "$(which qemu-system-x86_64)" ]; then
 | 
				
			||||||
			echo "Installing QEMU..."
 | 
								echo "Installing QEMU..."
 | 
				
			||||||
| 
						 | 
					@ -306,7 +307,7 @@ fedora()
 | 
				
			||||||
		fi
 | 
							fi
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
	# Use rpm -q <package> to check if it's already installed
 | 
						# Use rpm -q <package> to check if it's already installed
 | 
				
			||||||
	PKGS=$(for pkg in file autoconf vim bison flex genisoimage gperf glibc-devel.i686 expat expat-devel fuse-devel fuse3-devel gmp-devel perl perl-HTML-Parser libtool m4 nasm po4a syslinux texinfo ninja-build meson python3-mako make gcc gcc-c++ openssl patch automake perl-Pod-Html perl-FindBin gperf curl gettext-devel perl-Pod-Xhtml pkgconf-pkg-config cmake llvm zip unzip lua luajit make clang ; do rpm -q $pkg > /dev/null || echo $pkg; done)
 | 
						PKGS=$(for pkg in file autoconf vim bison flex genisoimage gperf glibc-devel.i686 expat expat-devel fuse-devel fuse3-devel gmp-devel perl perl-HTML-Parser libtool m4 nasm po4a syslinux texinfo ninja-build meson python3-mako make gcc gcc-c++ openssl patch automake perl-Pod-Html perl-FindBin gperf curl gettext-devel perl-Pod-Xhtml pkgconf-pkg-config cmake llvm zip unzip lua luajit make clang doxygen ; do rpm -q $pkg > /dev/null || echo $pkg; done)
 | 
				
			||||||
	# If the list of packages is not empty, install missing
 | 
						# If the list of packages is not empty, install missing
 | 
				
			||||||
	COUNT=$(echo $PKGS | wc -w)
 | 
						COUNT=$(echo $PKGS | wc -w)
 | 
				
			||||||
	if [ $COUNT -ne 0 ]; then
 | 
						if [ $COUNT -ne 0 ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,8 @@ RUN apt-get update \
 | 
				
			||||||
		unzip \
 | 
							unzip \
 | 
				
			||||||
		llvm \
 | 
							llvm \
 | 
				
			||||||
		clang \
 | 
							clang \
 | 
				
			||||||
		perl
 | 
							perl \
 | 
				
			||||||
 | 
					        doxygen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# _UID_ must be replaced with the user's uid on host
 | 
					# _UID_ must be replaced with the user's uid on host
 | 
				
			||||||
# podman root is mapped to your user id on host during build,
 | 
					# podman root is mapped to your user id on host during build,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue