mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove OSX cross stuff from main Dockerfile
This is no longer needed here. It was required for compiling the CLI which we no longer do here. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
99c72eb268
commit
57f0e0c619
1 changed files with 0 additions and 11 deletions
11
Dockerfile
11
Dockerfile
|
@ -90,17 +90,6 @@ RUN cd /usr/local/lvm2 \
|
|||
&& make install_device-mapper
|
||||
# See https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL
|
||||
|
||||
# Configure the container for OSX cross compilation
|
||||
ENV OSX_SDK MacOSX10.11.sdk
|
||||
ENV OSX_CROSS_COMMIT a9317c18a3a457ca0a657f08cc4d0d43c6cf8953
|
||||
RUN set -x \
|
||||
&& export OSXCROSS_PATH="/osxcross" \
|
||||
&& git clone https://github.com/tpoechtrager/osxcross.git $OSXCROSS_PATH \
|
||||
&& ( cd $OSXCROSS_PATH && git checkout -q $OSX_CROSS_COMMIT) \
|
||||
&& curl -sSL https://s3.dockerproject.org/darwin/v2/${OSX_SDK}.tar.xz -o "${OSXCROSS_PATH}/tarballs/${OSX_SDK}.tar.xz" \
|
||||
&& UNATTENDED=yes OSX_VERSION_MIN=10.6 ${OSXCROSS_PATH}/build.sh
|
||||
ENV PATH /osxcross/target/bin:$PATH
|
||||
|
||||
# Install seccomp: the version shipped upstream is too old
|
||||
ENV SECCOMP_VERSION 2.3.2
|
||||
RUN set -x \
|
||||
|
|
Loading…
Reference in a new issue