mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 13:36:40 +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 \
|
RUN apt-get update \
|
||||||
&& apt-get install --no-install-recommends -y \
|
&& apt-get install --no-install-recommends -y \
|
||||||
git \
|
|
||||||
zopfli \
|
|
||||||
libcairo2-dev \
|
|
||||||
make \
|
make \
|
||||||
|
gcc \
|
||||||
|
zopfli \
|
||||||
|
libc-dev \
|
||||||
|
libpng-dev \
|
||||||
|
libcairo2-dev \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN git clone https://github.com/googlefonts/nototools.git /nototools
|
RUN pip install --no-cache notofonttools
|
||||||
WORKDIR /nototools
|
|
||||||
RUN pip install --no-cache -r requirements.txt && pip install --no-cache -e .
|
|
||||||
|
|
||||||
ADD . /blobmoji
|
ADD . /blobmoji
|
||||||
WORKDIR /blobmoji
|
WORKDIR /blobmoji
|
||||||
|
|
Loading…
Add table
Reference in a new issue