This commit is contained in:
Alexandre
2022-01-20 21:11:01 +01:00
parent e09a7359c2
commit 3072b45533

View File

@@ -24,8 +24,7 @@ FROM anthonyraymond/joal:$BUILD_UPSTREAM
##################
# Install Joal
# hadolint ignore=DL4006
# hadolint ignore=SC2015
# hadolint ignore=SC2015,DL4006
RUN \
if ! command -v curl >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends curl || apk add --no-cache curl); fi \
&& curl -s -S -J -L -o /tmp/joal.tar.gz $(curl -s https://api.github.com/repos/anthonyraymond/joal/releases/latest | grep -o "http.*joal.tar.gz") >/dev/null \