浏览代码

Try to fix Dockerfile.

Lauri Ojansivu 7 年之前
父节点
当前提交
e03ee1bd2f
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      Dockerfile

+ 6 - 6
Dockerfile

@@ -84,12 +84,12 @@ RUN \
     # Verifying signature of Sandstorm release
     gpg --verify $TARBALL.sig $TARBALL && \
     \
-    if [ $? -eq 0 ] && \
-    then && \
-      echo "=== All is well. Good signature in Sandstorm." && \
-    else && \
-      echo "=== PROBLEM WITH SANDSTORM SIGNATURE." && \
-      exit 1 && \
+    if [ $? -eq 0 ] \
+    then \
+      echo "=== All is well. Good signature in Sandstorm." \
+    else \
+      echo "=== PROBLEM WITH SANDSTORM SIGNATURE." \
+      exit 1 \
     fi && \
     echo "=== Extracting Node from Sandstorm release tarball" && \
     # --strip 2 removes path of 2 subdirectories