Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created July 18, 2017 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkuchiki/53097634efd1a134c9eadc224c9ee081 to your computer and use it in GitHub Desktop.
Save tkuchiki/53097634efd1a134c9eadc224c9ee081 to your computer and use it in GitHub Desktop.
yum groupinstall "Development Tools" は docker build でキャッシュされない気がするので、package を展開して yum install に置き換える
$ yum groupinfo "Development Tools" | egrep -v "(Loaded|Group|Description|Packages)" | awk '{print $1}' | sed -e 's/^+//g' | tr '\n' ' '
 autoconf automake binutils bison flex gcc gcc-c++ gdb gettext kexec-tools latrace libtool make patch pkgconfig rpm-build strace system-rpm-config systemtap-runtime byacc crash cscope ctags cvs diffstat doxygen elfutils gcc-gfortran git indent intltool ltrace patchutils rcs subversion swig systemtap texinfo valgrind ant bzr-python27 chrpath cmake dejagnu expect gcc-gnat glibc-utils imake jpackage-utils lslk mercurial-python27 mod_dav_svn nasm perltidy python27-babel python27-docs rpmdevtools rpmlint systemtap-initscript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment