mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Dockerfile: update osx cross toolchain
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Upstream-commit: 8159b5ca98eaeabe4e3f3038418a47a3c49c114d Component: engine
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user