From 04ba10da7712358c70e39c73d5ff76bfd66a17ec Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 14 Sep 2017 20:15:09 +0200 Subject: [PATCH] update nanobox image --- Dockerfile_npmcinanobox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile_npmcinanobox b/Dockerfile_npmcinanobox index 6720471..624f3fb 100644 --- a/Dockerfile_npmcinanobox +++ b/Dockerfile_npmcinanobox @@ -1,3 +1,3 @@ FROM hosttoday/ht-docker-dbase:npmci -RUN npmci command $(curl -fsSL https://s3.amazonaws.com/tools.nanobox.io/bootstrap/ci.sh) -RUN npmci command nanobox config set ci-mode true \ No newline at end of file +RUN bash -c "$(curl -fsSL https://s3.amazonaws.com/tools.nanobox.io/bootstrap/ci.sh)" +RUN bash -c "npmci command nanobox config set ci-mode true" \ No newline at end of file