summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 30986217..6d73d9b2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -426,26 +426,6 @@ RUN git clone -b 4.4.6 https://github.com/perfsonar/i2util.git /tmp/i2util && \
RUN apt-get update && apt-get install -y \
dh-exec
-# Packages needed for keepalived
-RUN apt-get update && apt-get install -y \
- autoconf \
- libglib2.0-dev \
- libip4tc-dev \
- libipset-dev \
- libjson-c-dev \
- libnfnetlink-dev \
- libnftnl-dev \
- libnl-3-dev \
- libnl-genl-3-dev \
- libnl-nf-3-dev \
- libpcre2-dev \
- libpopt-dev \
- libsnmp-dev \
- libssl-dev \
- libsystemd-dev \
- linux-libc-dev \
- pkg-config
-
# Creating image for embedded systems needs this utilities to prepare a image file
RUN apt-get update && apt-get install -y \
parted \