fix(Dockerfile): add missing dependencies for PILLOW

This commit is contained in:
Tiara Rodney 2022-04-16 22:48:00 +02:00
parent f33ed12fb6
commit 47cb58c9b1

View file

@ -14,7 +14,7 @@ WORKDIR /usr/local/src/httpaste
COPY . . COPY . .
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y libffi-dev gcc && \ apt-get install -y libffi-dev gcc fontconfig && \
python3 -m pip install pipenv && \ python3 -m pip install pipenv && \
python3 -m pipenv install --deploy --system --verbose && \ python3 -m pipenv install --deploy --system --verbose && \
python3 setup.py install && \ python3 setup.py install && \