mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
remove-nmail
This commit is contained in:
parent
77d5576bb0
commit
42a5d6361d
1 changed files with 0 additions and 13 deletions
|
|
@ -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 -
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue