mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-09-17 04:59:46 +02:00
ENH: Compile git with SSL support
Older versions of git included in older linux distributions are not able to download source from Github. A newer version is required with a newer OpenSSL. This requires to also build curl with the same OpenSSL. CMake is downloaded precompiled if available (64bits system) or compiled from source otherwise.
This commit is contained in:
@@ -13,7 +13,7 @@ RUN apt-get update --yes && apt-get install --no-install-recommends --yes \
|
||||
ca-certificates \
|
||||
curl \
|
||||
file \
|
||||
git \
|
||||
gettext \
|
||||
gzip \
|
||||
zip \
|
||||
make \
|
||||
@@ -31,7 +31,8 @@ RUN apt-get update --yes && apt-get install --no-install-recommends --yes \
|
||||
pax \
|
||||
vim \
|
||||
wget \
|
||||
xz-utils && \
|
||||
xz-utils \
|
||||
zlib1g-dev && \
|
||||
apt-get clean --yes
|
||||
|
||||
ENV GOSU_VERSION 1.10
|
||||
|
Reference in New Issue
Block a user