Add installer for supervisor

Steven 2021-03-05 20:58:54 +01:00
parent 4505c84d5f
commit abe96aea88
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ RUN apt-get update && \
apt-get dist-upgrade -y && apt-get autoremove -y && apt-get clean && \
apt-get install -y software-properties-common && \
apt-get install -y postfix && \
apt-get install -y mysql-client wget curl gcc git gnupg-agent \
make python openssl redis-server sudo vim zip locales
apt-get install -y mysql-client curl gcc git gnupg-agent \
make python openssl redis-server sudo vim zip locales supervisor
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8