Skip to content

Commit a2bcb5e

Browse files
Fix build (#3100)
1 parent d752fe4 commit a2bcb5e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

api/http/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ COPY tests ./tests
3232
COPY 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+
3537
RUN 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
4951
FROM python:3.9-slim-buster
5052

53+
RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' /etc/apt/sources.list
54+
5155
RUN apt-get update && \
5256
apt-get upgrade -y && \
5357
apt-get install -y --no-install-recommends libfreetype6-dev libfontconfig1-dev

third_party/lunasvg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(lunasvg LANGUAGES CXX VERSION ${LUNASVG_VERSION_MAJOR}.${LUNASVG_VERSION
99
include(FetchContent)
1010
FetchContent_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
)

0 commit comments

Comments
 (0)