mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
Jakub Sokołowski
b51b565cdb
- remove unused android-ndk toolchains - add build.sh and test target for easy testing of image - separate generic parts into a base image - pass keystore credentials via env variables Signed-off-by: Jakub Sokołowski <jakub@status.im>
13 lines
370 B
Markdown
13 lines
370 B
Markdown
# Descirption
|
|
|
|
This is a base Docker image used by all other images used for building the Status app.
|
|
|
|
# Packages
|
|
|
|
It includes:
|
|
|
|
* Generic utilities: `file`, `zip`, `unzip`, `curl`, `wget`, `s3cmd`
|
|
* Interpreters and compilters: `nodejs`, `java`
|
|
* Package and build mangers: `yarn`, `nvm`, `leiningen`
|
|
* User `jenkins` for use with Jenkins continuous integration system
|