From 42a5d6361d00917159b0e29e45e5365c768e0a92 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sun, 4 Dec 2022 00:08:25 +1100 Subject: [PATCH] remove-nmail --- docker/Dockerfile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2f7845b..9ab0d3f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -305,19 +305,6 @@ RUN git clone https://github.com/ahmetb/kubectx /opt/kubectx && \ ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx && \ ln -s /opt/kubectx/kubens /usr/local/bin/kubens -# Install nmail -RUN apt-get update -qq && \ - apt-get install -qq \ - libetpan-dev \ - libssl-dev \ - libncurses-dev \ - libxapian-dev \ - libsqlite3-dev \ - libsasl2-modules && \ - git clone --depth 1 https://github.com/d99kris/nmail /opt/nmail && \ - cd /opt/nmail && \ - ./make.sh all - # Install nodejs RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -