mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-18 17:09:25 +02:00
Compare commits
10 Commits
Add_tests
...
Down_GCC_v
Author | SHA1 | Date | |
---|---|---|---|
b17200a77c | |||
d486f2ceb2 | |||
a3a8ef3bb0 | |||
4a98c0ebf9 | |||
61d67a6c27 | |||
22aed58e56 | |||
b456e8a0fa | |||
71d4c783b1 | |||
0b8587b72a | |||
7764b101d4 |
@ -2,7 +2,7 @@
|
||||
|
||||
set -ex
|
||||
|
||||
OPENSSH_ROOT=V_8_5_P1
|
||||
OPENSSH_ROOT=V_8_7_P1
|
||||
|
||||
cd /usr/src
|
||||
curl --connect-timeout 20 \
|
||||
|
@ -47,9 +47,9 @@ source $MY_DIR/utils.sh
|
||||
# copied from https://github.com/pypa/manylinux/tree/master/docker/build_scripts
|
||||
#
|
||||
|
||||
OPENSSL_ROOT=openssl-1.1.1k
|
||||
# Hash from https://www.openssl.org/source/openssl-1.1.1k.tar.gz.sha256
|
||||
OPENSSL_HASH=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
|
||||
OPENSSL_ROOT=openssl-1.1.1l
|
||||
# Hash from https://www.openssl.org/source/openssl-1.1.1l.tar.gz.sha256
|
||||
OPENSSL_HASH=0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1
|
||||
OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/
|
||||
|
||||
# a recent enough perl is needed to build openssl
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM emscripten/emsdk:2.0.27
|
||||
FROM emscripten/emsdk:2.0.29
|
||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||
|
||||
# Revert back to "/bin/sh" as default shell
|
||||
@ -52,7 +52,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||
|
||||
#include "common.docker"
|
||||
|
||||
ENV EMSCRIPTEN_VERSION 2.0.27
|
||||
ENV EMSCRIPTEN_VERSION 2.0.29
|
||||
|
||||
ENV PATH /emsdk:/emsdk/upstream/bin/:/emsdk/upstream/emscripten:${PATH}
|
||||
ENV CC=/emsdk/upstream/emscripten/emcc \
|
||||
|
Reference in New Issue
Block a user