File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,11 @@ RUN apt-get install -y --force-yes apt-utils apt-transport-https libcurl4-openss
1212RUN echo "deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-4.0 main" >> /etc/apt/sources.list && \
1313 wget --no-check-certificate -qO - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
1414 apt-get update && \
15- apt-get install -y --force-yes clang-4.0 llvm-4.0-dev automake autogen \
16- libtool libxml2-dev uuid-dev libssl-dev bash \
17- patch make tar xz-utils bzip2 gzip sed cpio git zlib1g-dev
15+ apt-get install -y --force-yes \
16+ clang-4.0 llvm-4.0-dev automake autogen \
17+ libtool libxml2-dev uuid-dev libssl-dev bash \
18+ patch make tar xz-utils bzip2 gzip sed cpio git zlib1g-dev \
19+ python3
1820
1921RUN curl -L https://github.com/tpoechtrager/osxcross/archive/master.tar.gz | tar xz && \
2022 cd /osxcross-master/ && \
Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ RUN apt-get install -y --force-yes apt-utils apt-transport-https libcurl4-openss
1111RUN echo "deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-4.0 main" >> /etc/apt/sources.list && \
1212 wget --no-check-certificate -qO - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
1313 apt-get update && \
14- apt-get install -y --force-yes clang-4.0 llvm-4.0-dev automake autogen \
15- libtool libxml2-dev uuid-dev libssl-dev bash \
16- patch make tar xz-utils bzip2 gzip sed cpio git zlib1g-dev
14+ apt-get install -y --force-yes \
15+ clang-4.0 llvm-4.0-dev automake autogen \
16+ libtool libxml2-dev uuid-dev libssl-dev bash \
17+ patch make tar xz-utils bzip2 gzip sed cpio git zlib1g-dev \
18+ python3
1719
1820RUN curl -L https://github.com/tpoechtrager/osxcross/archive/master.tar.gz | tar xz && \
1921 cd /osxcross-master/ && \
You can’t perform that action at this time.
0 commit comments