From b4f1ef4285f97e313182e39ec1ce0269f9681ae3 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Fri, 12 Jan 2018 12:18:14 -0300 Subject: [PATCH] Fix keepalived dependencies --- rootfs/Dockerfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index d4303944..116e42c4 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -12,14 +12,15 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM gcr.io/google_containers/ubuntu-slim:0.14 +FROM gcr.io/google-containers/debian-base-amd64:0.3 -RUN apt-get update && apt-get install -y --no-install-recommends \ - libssl1.0.0 \ +RUN clean-install \ + libssl1.1 \ libnl-3-200 \ libnl-route-3-200 \ libnl-genl-3-200 \ iptables \ + libxtables12 \ libnfnetlink0 \ libiptcdata0 \ libipset3 \ @@ -30,9 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ iproute2 \ curl \ ipvsadm \ - bash && \ - apt-get clean && \ - rm -rf /var/lib/apt/lists/* + bash ADD keepalived.tar.gz /