From: Carlos Martinez Date: Thu, 18 Apr 2024 11:28:42 +0000 (+0000) Subject: agregada rtrlib en la imagen de docker X-Git-Tag: 1.6.2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F111%2Fhead;p=thirdparty%2FFORT-validator.git agregada rtrlib en la imagen de docker --- diff --git a/docker/Dockerfile b/docker/Dockerfile index be974380..6fe35846 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,7 +20,7 @@ RUN ./configure && make && make install FROM alpine:latest # Install dependencies -RUN apk --update --no-cache add openssl jansson rsync tini libxml2 libcurl +RUN apk --update --no-cache add openssl jansson rsync tini libxml2 libcurl rtrlib # Install FORT COPY --from=builder /usr/local/bin/fort /usr/local/bin/fort