Skip to content
Snippets Groups Projects
Commit 73b5aa00 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* update docker file

parent 677ba097
Branches
Tags
No related merge requests found
Pipeline #1639870 failed
# pull official base image
FROM nikolaik/python-nodejs:python3.13-nodejs20-slim
# Update package list and install required system dependencies
RUN apt-get update && apt-get install -y \
libgirepository1.0-dev \
libcairo2-dev \
......@@ -13,7 +15,18 @@ RUN apt-get update && apt-get install -y \
xmlsec1 \
libxmlsec1-dev \
pkg-config \
&& rm -rf /var/lib/apt/lists/*
libjpeg-dev \
zlib1g-dev \
libfreetype6-dev \
liblcms2-dev \
libwebp-dev \
libtiff5-dev \
libharfbuzz-dev \
libfribidi-dev \
libxcb1-dev \
build-essential \
python3-dev \
&& rm -rf /var/lib/apt/lists/*
# set work directory
WORKDIR /usr/src/app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment