diff --git a/Dockerfile b/Dockerfile index 8c46008..0125865 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3-alpine RUN pip install exabgp RUN mkdir -p /etc/exabgp && exabgp --fi > /usr/local/etc/exabgp/exabgp.env @@ -7,7 +7,6 @@ RUN mkfifo /run/exabgp.in && \ chmod 666 /run/exabgp.in && \ chmod 666 /run/exabgp.out -RUN apt update && apt install net-tools nano COPY exabgp.env /usr/local/etc/exabgp/ ENTRYPOINT ["exabgp"]