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:
matlabbe
2018-05-03 18:06:37 -04:00
parent ec50b0c366
commit 6dd0cd27e1
7 changed files with 38 additions and 36 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
docker build --build-arg CACHE_DATE=$(date) .
docker build --build-arg CACHE_DATE="$(date)" .