File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ COPY tests ./tests
3232COPY setup.py *manylinux1_x86_64*.whl ./
3333
3434# Required for indigo-renderer
35+ RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' /etc/apt/sources.list
36+
3537RUN apt-get update && \
3638 apt-get upgrade -y && \
3739 apt-get install -y --no-install-recommends libfreetype6-dev libfontconfig1-dev
@@ -48,6 +50,8 @@ RUN pip3 install -r requirements.txt -r requirements_dev.txt && \
4850# For final build
4951FROM python:3.9-slim-buster
5052
53+ RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' /etc/apt/sources.list
54+
5155RUN apt-get update && \
5256 apt-get upgrade -y && \
5357 apt-get install -y --no-install-recommends libfreetype6-dev libfontconfig1-dev
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ project(lunasvg LANGUAGES CXX VERSION ${LUNASVG_VERSION_MAJOR}.${LUNASVG_VERSION
99include (FetchContent )
1010FetchContent_Declare (plutovg
1111 GIT_REPOSITORY https://github.com/sammycage/plutovg.git
12- GIT_TAG main
12+ GIT_TAG v1.1.0
1313 GIT_SHALLOW ON
1414 FIND_PACKAGE_ARGS 0.0.4
1515)
You can’t perform that action at this time.
0 commit comments