This commit is contained in:
Alexandre
2022-01-20 21:26:14 +01:00
parent 91359f7a84
commit 76b66733ed
6 changed files with 6 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ FROM anthonyraymond/joal:$BUILD_UPSTREAM
# Install Joal
# spellcheck disable=SC2015
# hadolint ignore=SC2015
# hadolint ignore=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 \