]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
agregada rtrlib en la imagen de docker 111/head
authorCarlos Martinez <carlos@xt6.us>
Thu, 18 Apr 2024 11:28:42 +0000 (11:28 +0000)
committerCarlos Martinez <carlos@xt6.us>
Thu, 18 Apr 2024 11:28:42 +0000 (11:28 +0000)
docker/Dockerfile

index be974380aaf982ece5722347ea3602981c0e0d7a..6fe35846608388e908f51727b35ae4834c790c45 100644 (file)
@@ -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