docker-images-php icon indicating copy to clipboard operation
docker-images-php copied to clipboard

8.0-v4-slim-fpm: Syntax error: "&&" unexpected

Open qwyk opened this issue 3 years ago • 0 comments

Hi,

Running a build with 8.0-v4-slim-fpm currenly fails with a syntax error on the INSTALL_CRON portion.

Current Behavior

Build fails with Syntax error: "&&" unexpected

/bin/sh: 1: Syntax error: "&&" unexpected
The command '/bin/sh -c if [ -n "$INSTALL_CRON" ]; then  SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.9/supercronic-$TARGETOS-$TARGETARCH  && echo $SUPERCRONIC_URL  && SUPERCRONIC=supercronic-linux-${TARGETARCH}  && 
SUPERCRONIC_SHA1SUM=5ddf8ea26b56d4a7ff6faecdd8966610d5cb9d85  && if [ "$TARGETARCH" == "arm64" ]; then 
SUPERCRONIC_SHA1SUM=e2714c43e7781bf1579c85aa61259245f56dbba1;  && elif [ "$TARGETARCH" == "amd64" ]; then 
SUPERCRONIC_SHA1SUM=5ddf8ea26b56d4a7ff6faecdd8966610d5cb9d85;  && else echo "Target arch '$TARGETARCH' is not supported"; fi; 
 && curl -fsSLO "$SUPERCRONIC_URL"  && echo "${SUPERCRONIC_SHA1SUM}  ${SUPERCRONIC}" | sha1sum -c -  && chmod +x "$SUPERCRONIC"  && sudo mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}"  && sudo ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic;  fi;' returned a non-zero code: 2

qwyk avatar Aug 01 '22 19:08 qwyk