From f601a83d8cbedb976c62de05f0bd82d7ce9aa807 Mon Sep 17 00:00:00 2001 From: linhnt Date: Thu, 1 Aug 2024 13:40:42 +0700 Subject: [PATCH] fix: install bngblaster for bgpupdate --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a7c0d6..8771b77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,11 @@ LABEL org.opencontainers.image.source=https://github.com/moophat/BNGBlaster_web_ LABEL maintainer "linhnt-hub" RUN apt-get update -y \ - && apt-get install -y --no-install-recommends libc6-dev make dpkg-dev git openssh-client iputils-ping vim sqlite3 net-tools\ + && apt-get install -y --no-install-recommends libssl3 libncurses6 libjansson4 libc6-dev make dpkg-dev git openssh-client iputils-ping vim sqlite3 net-tools wget \ && apt-get clean all \ - && rm -rf /var/cache/apt/archives /var/lib/apt/lists/* - + && rm -rf /var/cache/apt/archives /var/lib/apt/lists/* \ + && wget https://github.com/rtbrick/bngblaster/releases/download/0.9.5/bngblaster-0.9.5-ubuntu-22.04_amd64.deb \ + && sudo dpkg -i bngblaster-0.9.5-ubuntu-22.04_amd64.deb #########git clone######### # # Clone the conf files into the docker container