Fixed building, missing pillow library
This commit is contained in:
parent
f59fbb42ac
commit
1dec70fa05
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
apt-get update --yes --fix-missing && apt-get upgrade --yes && \
|
||||
apt-get install --yes --no-install-recommends \
|
||||
apt-utils \
|
||||
build-essential \
|
||||
bash \
|
||||
coreutils \
|
||||
python-pip \
|
||||
|
|
Reference in a new issue