99cdf5e5c2
- Docker files and build scripts + add git, bash and patch to the docker base definition (Dockerfile.base) + build leveldb once and for all (scripts/create_docker_image.leveldb_deps.sh) + add --depth 1 to all git clone calls + remove sudo, openssh and rsync from base images + add --no-cache to all apk calls + merge dockerfiles in the sh scripts
33 lines
311 B
Plaintext
33 lines
311 B
Plaintext
|
|
## /!\ /!\ Update .gitignore accordingly /!\ /!\
|
|
|
|
.DS_Store
|
|
__pycache__
|
|
|
|
_build
|
|
*.install
|
|
|
|
/tezos-node
|
|
/tezos-protocol-compiler
|
|
/tezos-client
|
|
/tezos-admin-client
|
|
|
|
/scripts/opam-test-all.sh.DONE
|
|
|
|
/docs/introduction/readme.rst
|
|
|
|
.merlin
|
|
|
|
*~
|
|
\#*\#
|
|
|
|
*.rej
|
|
*.orig
|
|
|
|
/_opam
|
|
|
|
## Not in .dockerignore
|
|
|
|
/Dockerfile
|
|
/_apk
|