mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 05:26:41 +00:00
Update to python:slim
This commit is contained in:
parent
9ac8776f44
commit
16413ce465
1 changed files with 7 additions and 7 deletions
14
Dockerfile
14
Dockerfile
|
@ -1,18 +1,18 @@
|
|||
FROM python:3.7-slim
|
||||
FROM python:slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
git \
|
||||
zopfli \
|
||||
libcairo2-dev \
|
||||
make \
|
||||
gcc \
|
||||
zopfli \
|
||||
libc-dev \
|
||||
libpng-dev \
|
||||
libcairo2-dev \
|
||||
imagemagick \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN git clone https://github.com/googlefonts/nototools.git /nototools
|
||||
WORKDIR /nototools
|
||||
RUN pip install --no-cache -r requirements.txt && pip install --no-cache -e .
|
||||
RUN pip install --no-cache notofonttools
|
||||
|
||||
ADD . /blobmoji
|
||||
WORKDIR /blobmoji
|
||||
|
|
Loading…
Add table
Reference in a new issue