diff --git a/Dockerfile b/Dockerfile index 0cf8746c5..0e5bc5f85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ RUN <<'EOF' set -eux set -o pipefail METEOR_RELEASE="$(sed -e 's/.*@//g' .meteor/release)" -curl -sL https://install.meteor.com?release=\$METEOR_RELEASE | sh +curl -sL "https://install.meteor.com?release=$METEOR_RELEASE" | sh EOF # Install meteor deps (list is sufficient to do this)