Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
fix: install bngblaster for bgpupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
linhnt-hub committed Aug 1, 2024
1 parent aa039f6 commit 6210584
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 sudo 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
Expand Down

0 comments on commit 6210584

Please sign in to comment.