From c4b0ff03570a3d9a288dbdc647d7a7dfa67fe027 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 23 Nov 2023 17:48:25 -0300 Subject: [PATCH] fix: env must have two arguments --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af32ad7..7ff0b16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} MAINTAINER "f " ARG KNOT_VERSION=3.1.8 -ENV SUTTYNS_FLAGS +ENV SUTTYNS_FLAGS="" RUN apk add --no-cache knot~${KNOT_VERSION} suttyns COPY ./monit.conf /etc/monit.d/knot.conf