Install functools32 in Docker image, fix for #108.
This commit is contained in:
parent
8eebc6a067
commit
39f33975d7
@ -31,6 +31,7 @@ RUN cd /home/user \
|
|||||||
&& git clone https://git.phyks.me/Phyks/flatisfy/ ./app \
|
&& git clone https://git.phyks.me/Phyks/flatisfy/ ./app \
|
||||||
&& cd ./app \
|
&& cd ./app \
|
||||||
&& pip install -r requirements.txt \
|
&& pip install -r requirements.txt \
|
||||||
|
&& pip install functools32 \
|
||||||
&& npm install \
|
&& npm install \
|
||||||
&& npm run build:prod
|
&& npm run build:prod
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user