fix: env must have two arguments
Some checks failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/push/woodpecker/1 Pipeline was successful

This commit is contained in:
f 2023-11-23 17:48:25 -03:00
parent f2006e1934
commit c4b0ff0357
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>"
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