scrapinghub / shub

Scrapinghub Command Line Client

Home Page:https://shub.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing last character on stream build log

tebesfinwo opened this issue · comments

Looks like that the last character of the stream log is missing when building an image.

shub version: 2.9.0

$ shub image build  prod -v -V foo


Step 1/9 : FROM python:3.6.9-slim AS py3

 ---> 658013a42666
Step 2/9 : RUN apt-get update         && apt-get install -y gi

 ---> Using cache
 ---> e8e7a5631349
Step 3/9 : RUN pip install         pipenv==2018.11.26         scrapinghub-entrypoint-scrapy==0.12.0         scrapy-pagestorage==0.3.

 ---> Using cache
 ---> 1fcfe6b5aafb
Step 4/9 : FROM py3

 ---> 1fcfe6b5aafb
Step 5/9 : WORKDIR /fo

 ---> Using cache
 ---> 16d9ecccec94
Step 6/9 : COPY .

 ---> Using cache
 ---> dd856d695dbf
Step 7/9 : RUN python --versio

 ---> Using cache
 ---> 45a83b69bf2a
Step 8/9 : RUN pipenv install --system --deploy --ignore-pipfil