Skip to content
Snippets Groups Projects
Verified Commit c9365879 authored by ornanovitch's avatar ornanovitch
Browse files

fix(ci): stick to Debian Bullseye until we are ready to move on

parent ae905b8e
No related branches found
No related tags found
No related merge requests found
Pipeline #27135 passed
......@@ -18,7 +18,7 @@ RUN npm ci
COPY assets /assets
RUN /node_modules/.bin/webpack-cli
FROM python:3-slim
FROM python:3-slim-bullseye
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
zlib1g libfreetype6 libjpeg62-turbo libopenjp2-7 libtiff5 liblcms2-2 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment