1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-18 02:32:09 +00:00

Update docker.sh

This commit is contained in:
kaibae19 2022-04-03 20:40:32 -07:00
parent 8ae2882e11
commit 523194b524

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Fixup some dependencies missing from the ubuntu:bionic image # Fixup some dependencies missing from the ubuntu:bionic image
apt install locales curl lsb-release net-tools git -y apt install locales curl lsb-release net-tools git grep -y
cd ~ cd ~
git clone https://github.com/kaibae19/mailinabox git clone https://github.com/kaibae19/mailinabox