mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Docker: added quotes around date, updated install_deps to use saved pwd instead of cd alone to return to root
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker build --build-arg CACHE_DATE=$(date) .
|
||||
docker build --build-arg CACHE_DATE="$(date)" .
|
||||
|
||||
Reference in New Issue
Block a user