Minor change in dependencies

Steven 2021-03-09 23:14:26 +01:00
parent 9d2760312e
commit 7df3a9d9f9
1 changed files with 1 additions and 1 deletions

View File

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