aboutsummaryrefslogtreecommitdiff
path: root/docker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Makefile')
-rw-r--r--docker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Makefile b/docker/Makefile
index b49f88f35..9e9d771c2 100644
--- a/docker/Makefile
+++ b/docker/Makefile
@@ -29,7 +29,7 @@ go_build_large_disk:
build_rocksdb_dev_env:
docker build --no-cache -t chrislusf/rocksdb_dev_env -f Dockerfile.rocksdb_dev_env .
-build_rocksdb_local:
+build_rocksdb_local: build_rocksdb_dev_env
cd .. ; docker build --no-cache -t chrislusf/seaweedfs:rocksdb_local -f docker/Dockerfile.rocksdb_large_local .
build_rocksdb: