fix: env must have two arguments
This commit is contained in:
parent
f2006e1934
commit
c4b0ff0357
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue