mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
3e0bd74a3d
To not hit the issue with the request Host header. Signed-off-by: David Calavera <david.calavera@gmail.com>
28 lines
1.2 KiB
Docker
28 lines
1.2 KiB
Docker
#
|
|
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/amd64/generate.sh"!
|
|
#
|
|
|
|
FROM oraclelinux:6
|
|
|
|
RUN yum groupinstall -y "Development Tools"
|
|
RUN yum install -y btrfs-progs-devel device-mapper-devel glibc-static libselinux-devel libtool-ltdl-devel pkgconfig selinux-policy selinux-policy-devel sqlite-devel tar git
|
|
|
|
RUN yum install -y yum-utils && curl -o /etc/yum.repos.d/public-yum-ol6.repo http://yum.oracle.com/public-yum-ol6.repo && yum-config-manager -q --enable ol6_UEKR4
|
|
RUN yum install -y kernel-uek-devel-4.1.12-32.el6uek
|
|
|
|
ENV GO_VERSION 1.5.3
|
|
RUN curl -fSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" | tar xzC /usr/local
|
|
ENV PATH $PATH:/usr/local/go/bin
|
|
|
|
ENV AUTO_GOPATH 1
|
|
|
|
ENV DOCKER_BUILDTAGS selinux
|
|
ENV RUNC_BUILDTAGS selinux
|
|
|
|
ENV CGO_CPPFLAGS -D__EXPORTED_HEADERS__ \
|
|
-I/usr/src/kernels/4.1.12-32.el6uek.x86_64/arch/x86/include/generated/uapi \
|
|
-I/usr/src/kernels/4.1.12-32.el6uek.x86_64/arch/x86/include/uapi \
|
|
-I/usr/src/kernels/4.1.12-32.el6uek.x86_64/include/generated/uapi \
|
|
-I/usr/src/kernels/4.1.12-32.el6uek.x86_64/include/uapi \
|
|
-I/usr/src/kernels/4.1.12-32.el6uek.x86_64/include
|
|
|