Vesta: Install error on docker unbuntu 19.04

Created on 22 Jan 2020  路  1Comment  路  Source: serghey-rodin/vesta

I run in docker ubuntu:19.04

RUN curl -O http://vestacp.com/pub/vst-install.sh && \
  bash vst-install.sh -y --nginx yes --apache yes --mysql yes \
  --phpfpm no --named no --remi no --vsftpd no --proftpd no --iptables no --fail2ban no \
  --quota no --exim no --dovecot no --spamassassin no --clamav no --softaculous no \
  --postgresql no \
  --hostname evecalls --email [email protected] --password 121212

And got

E: Malformed entry 1 in list file /etc/apt/sources.list.d/nginx.list (Component)
E: Malformed entry 1 in list file /etc/apt/sources.list.d/vesta.list (Component)
E: The list of sources could not be read.
E: Malformed entry 1 in list file /etc/apt/sources.list.d/nginx.list (Component)
E: Malformed entry 1 in list file /etc/apt/sources.list.d/vesta.list (Component)
E: The list of sources could not be read.
Error: apt-get upgrade failed

nginx.list content

deb http://nginx.org/packages/mainline/ubuntu/  nginx

vesta.list content

deb http://apt.vestacp.com//  vesta

Dockerfile:

FROM ubuntu:19.04

RUN apt update && \
  apt autoremove -y && \
  apt clean && \
  apt dist-upgrade -y && \
  apt autoremove -y

# Q: tzdata: what locale to choose???
RUN apt install -y tzdata locales curl gnupg2 vim nginx apache2

RUN locale-gen ru_RU && \
  locale-gen ru_RU.UTF-8 && \
  update-locale

RUN curl -O http://vestacp.com/pub/vst-install.sh && \
  yes | bash vst-install.sh -y --nginx yes --apache yes --mysql yes \
  --phpfpm no --named no --remi no --vsftpd no --proftpd no --iptables no --fail2ban no \
  --quota no --exim no --dovecot no --spamassassin no --clamav no --softaculous no \
  --postgresql no \
  --hostname evecalls --email [email protected] --password 121212
feature request installer

Most helpful comment

19.04 is not supported yet, but planned.

>All comments

19.04 is not supported yet, but planned.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pdapnz picture pdapnz  路  7Comments

BukinPK picture BukinPK  路  5Comments

darkworks picture darkworks  路  8Comments

crackdepirate picture crackdepirate  路  6Comments

ssd-disclosure picture ssd-disclosure  路  5Comments