File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:jammy
1+ FROM ubuntu:noble
22
33ARG TCE_VERSION=13.1.0
44
@@ -22,7 +22,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
2222 ttf-bitstream-vera \
2323 wget \
2424 && locale-gen en_US.UTF-8 \
25- && pip3 install Flask requests gevent \
25+ && pip3 install --break-system-packages Flask requests gevent \
2626 && wget -q https://github.com/eosrei/twemoji-color-font/releases/download/v$TCE_VERSION/TwitterColorEmoji-SVGinOT-Linux-$TCE_VERSION.tar.gz \
2727 && tar zxf TwitterColorEmoji-SVGinOT-Linux-$TCE_VERSION.tar.gz \
2828 && cd TwitterColorEmoji-SVGinOT-Linux-$TCE_VERSION \
@@ -39,7 +39,7 @@ RUN wget -q https://gitlab.com/inkscape/extensions/-/archive/master/extensions-m
3939 && rm -fr /usr/share/inkscape/extensions \
4040 && mv extensions-master /usr/share/inkscape/extensions \
4141 && rm -f extensions-master.tar \
42- && pip3 install cssselect tinycss2
42+ && pip3 install --break-system-packages cssselect tinycss2
4343
4444
4545COPY . $APP_HOME
You can’t perform that action at this time.
0 commit comments