Constantine Grantcharov
bf0f74cfd3
SSH Support for Git Clone / Checkout
...
Added SSH support to enable Git checkouts that use SSH instead of
HTTP(S).
The SSH directory is assumed to be in $HOME/.ssh; however:
export SSH_DIR=/my/custom/dir
will override the setting and allow for configurable settings.
$SSH_DIR is then mounted as host-volume in the Docker container and
placed in /home/<user>/.ssh
2017-05-12 23:52:20 -04:00
Matt McCormick
4c3612da2b
common: Use gosu to replace chpst and add sudo abilities
...
From:
https://github.com/tianon/gosu
2017-04-22 23:35:12 -04:00
Kalle Møller
e804fc107d
Update common.debian
...
I tried to build the image manually and failed due to apt-get asked for [y] in the install procedure.
2017-02-03 12:40:43 +01:00
Matt McCormick
24833fb60b
Merge pull request #109 from brainstorm/add_zip
...
Adding zip
2017-02-02 13:58:59 -05:00
Matt McCormick
b2b77f080a
Merge pull request #107 from KalleDK/conan-support
...
Added conan support
2017-02-02 13:15:56 -05:00
Roman Valls Guimera
438d84044f
Adding zip as well since @radare requires it to bundle the release after compiling.
2017-01-30 15:47:19 +01:00
Roman Valls Guimera
fbc429b743
Add common (un)archiver, pax
2017-01-30 12:44:53 +01:00
Kalle R. Møller
06f32e6953
Added conan
...
Added to README
2017-01-30 02:29:25 +01:00
Kalle Møller
3b046d9c2a
Update common.debian
...
Removed --yes
2017-01-29 11:12:16 +01:00
Mike Mogenson
b398b2d3ec
common: add bc package
...
The 'bc' utility is required to build the 4.x Linux kernel series.
Install the package when creating a debian based image.
2016-11-29 15:37:23 -05:00
Jean-Christophe Fillion-Robin
46cef1a33a
common: Introduce "common.debian"
...
This will facilitate the configuration of other images based on debian
but *NOT* depending on the dockcross/base image.
2016-11-25 15:51:42 -05:00