mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #24422 from runcom/osxcross-update
Dockerfile: update osx cross toolchain
This commit is contained in:
commit
2a84206add
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ RUN cd /usr/local/lvm2 \
|
|||
|
||||
# Configure the container for OSX cross compilation
|
||||
ENV OSX_SDK MacOSX10.11.sdk
|
||||
ENV OSX_CROSS_COMMIT 8aa9b71a394905e6c5f4b59e2b97b87a004658a4
|
||||
ENV OSX_CROSS_COMMIT a9317c18a3a457ca0a657f08cc4d0d43c6cf8953
|
||||
RUN set -x \
|
||||
&& export OSXCROSS_PATH="/osxcross" \
|
||||
&& git clone https://github.com/tpoechtrager/osxcross.git $OSXCROSS_PATH \
|
||||
|
|
Loading…
Add table
Reference in a new issue