![Pietro](/assets/img/avatar_default.png)
- 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
9 lines
172 B
Bash
9 lines
172 B
Bash
#! /bin/sh
|
|
|
|
## `ocaml-verions` should be in sync with
|
|
## `lib.protocol-compiler/tezos-protocol-compiler.opam`
|
|
|
|
alpine_version=3.6
|
|
ocaml_version=4.04.2
|
|
leveldb_version=1.18
|