Install development tools in docker images
This commit is contained in:
parent
6a6ccfe728
commit
9cf5e1ff33
@ -1,5 +1,7 @@
|
|||||||
FROM centos:6
|
FROM centos:6
|
||||||
|
|
||||||
|
RUN yum -y groupinstall "Development Tools"
|
||||||
|
|
||||||
# Last release must be download from mirror.centos.org, because vault.centos.org
|
# Last release must be download from mirror.centos.org, because vault.centos.org
|
||||||
# does not containt repodata for last release.
|
# does not containt repodata for last release.
|
||||||
RUN yum list --showduplicates kernel \
|
RUN yum list --showduplicates kernel \
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
FROM centos:7
|
FROM centos:7
|
||||||
|
|
||||||
|
RUN yum -y groupinstall "Development Tools"
|
||||||
|
|
||||||
# Last release must be download from mirror.centos.org, because vault.centos.org
|
# Last release must be download from mirror.centos.org, because vault.centos.org
|
||||||
# does not containt repodata for last release.
|
# does not containt repodata for last release.
|
||||||
RUN yum list --showduplicates kernel \
|
RUN yum list --showduplicates kernel \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:14.04
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
RUN apt-get update
|
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
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
RUN apt-get update
|
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
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
RUN apt-get update
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user