diff --git a/docker/build.sh b/docker/build.sh index ded3e6016..34b5e2acb 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -4,7 +4,7 @@ set -e echo "Build binary using golang docker image" docker run --rm -ti \ - -v `pwd`:/go/src/github.com/restic/restic \ + -v "`pwd`":/go/src/github.com/restic/restic \ -w /go/src/github.com/restic/restic golang:1.8.3-alpine go run build.go echo "Build docker image restic/restic:latest"