Removed deprecated `setup.py web_build` command from platydock [see #195]

This commit is contained in:
Fabio Manganiello 2021-07-05 20:07:55 +02:00
parent 03631bcebc
commit db8ea33b68
1 changed files with 1 additions and 2 deletions

View File

@ -110,8 +110,7 @@ def generate_dockerfile(deps, ports, cfgfile, devdir, python_version):
RUN git clone --recursive https://git.platypush.tech/platypush/platypush.git /app \\
&& cd /app \\
&& pip install -r requirements.txt \\
&& python setup.py web_build
&& pip install -r requirements.txt
RUN apt-get remove -y git \\
&& apt-get remove -y build-essential \\