Skip to content

Commit f18fad6

Browse files
committed
feat: bump base image to ubuntu noble
1 parent f5d11cf commit f18fad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy
1+
FROM ubuntu:noble
22

33
ARG 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

4545
COPY . $APP_HOME

0 commit comments

Comments
 (0)