Update Dockerfile

This commit is contained in:
Alexandre
2022-01-20 10:29:14 +01:00
committed by GitHub
parent b0c35db4f8
commit 8b5c0c36a5

View File

@@ -57,6 +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
RUN apk add --no-cache \
go \
npm \