Install functools32 in Docker image, fix for #108.

This commit is contained in:
Lucas Verney 2017-12-30 14:42:50 +01:00
parent 8eebc6a067
commit 39f33975d7
1 changed files with 1 additions and 0 deletions

View File

@ -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