Install development tools in docker images
This commit is contained in:
		| @@ -1,5 +1,7 @@ | ||||
| FROM centos:6 | ||||
|  | ||||
| RUN yum -y groupinstall "Development Tools" | ||||
|  | ||||
| # Last release must be download from mirror.centos.org, because vault.centos.org | ||||
| # does not containt repodata for last release. | ||||
| RUN yum list --showduplicates kernel \ | ||||
|   | ||||
| @@ -1,5 +1,7 @@ | ||||
| FROM centos:7 | ||||
|  | ||||
| RUN yum -y groupinstall "Development Tools" | ||||
|  | ||||
| # Last release must be download from mirror.centos.org, because vault.centos.org | ||||
| # does not containt repodata for last release. | ||||
| RUN yum list --showduplicates kernel \ | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| FROM ubuntu:14.04 | ||||
|  | ||||
| RUN apt-get update | ||||
| RUN DEBIAN_FRONTEND=noninteractive apt-get install -y linux-image-3*-generic linux-image-4*-generic linux-headers-*-generic | ||||
| RUN DEBIAN_FRONTEND=noninteractive apt-get install -y linux-image-3*-generic linux-image-4*-generic linux-headers-*-generic build-essential wget git | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| FROM ubuntu:16.04 | ||||
|  | ||||
| RUN apt-get update | ||||
| RUN DEBIAN_FRONTEND=noninteractive apt-get install -y linux-image-4*-generic linux-headers-*-generic | ||||
| RUN DEBIAN_FRONTEND=noninteractive apt-get install -y linux-image-4*-generic linux-headers-*-generic build-essential wget git | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| FROM ubuntu:18.04 | ||||
|  | ||||
| RUN apt-get update | ||||
| RUN DEBIAN_FRONTEND=noninteractive apt-get install -y linux-image-4*-generic linux-headers-*-generic | ||||
| RUN DEBIAN_FRONTEND=noninteractive apt-get install -y linux-image-4*-generic linux-headers-*-generic build-essential wget git | ||||
|   | ||||
		Reference in New Issue
	
	Block a user