forked from platypush/platypush
Removed deprecated setup.py web_build
command from platydock [see #195]
This commit is contained in:
parent
03631bcebc
commit
db8ea33b68
1 changed files with 1 additions and 2 deletions
|
@ -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 \\
|
||||
|
|
Loading…
Reference in a new issue