This commit is contained in:
Alexandre
2022-01-20 21:22:10 +01:00
parent 73a4d2b5ff
commit b6f19713bb
6 changed files with 7 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE
# Install mustache
# hadolint ignore=SC2015
# spellcheck disable=SC2015
RUN apk add --no-cache \
go \
npm \