Try to fix Dockerfile.

This commit is contained in:
Lauri Ojansivu 2018-07-02 18:51:42 +03:00
parent aea5ed7848
commit e03ee1bd2f

View file

@ -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