1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 19:22:20 +00:00

Switch docker base to jammy (it's lts), reenable librsvg.

This commit is contained in:
Brenden Matthews 2022-09-10 12:06:35 -05:00
parent b5bc9bf379
commit 61dad53d55
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -1,4 +1,4 @@
FROM ubuntu:focal AS builder
FROM ubuntu:jammy AS builder
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
@ -70,7 +70,7 @@ RUN sh -c 'if [ "$X11" = "yes" ] ; then \
-DBUILD_JOURNAL=ON \
-DBUILD_LUA_CAIRO=ON \
-DBUILD_LUA_IMLIB2=ON \
-DBUILD_LUA_RSVG=OFF \
-DBUILD_LUA_RSVG=ON \
-DBUILD_MYSQL=ON \
-DBUILD_NVIDIA=ON \
-DBUILD_PULSEAUDIO=ON \
@ -91,7 +91,7 @@ RUN sh -c 'if [ "$X11" = "yes" ] ; then \
-DBUILD_JOURNAL=ON \
-DBUILD_LUA_CAIRO=ON \
-DBUILD_LUA_IMLIB2=ON \
-DBUILD_LUA_RSVG=OFF \
-DBUILD_LUA_RSVG=ON \
-DBUILD_MYSQL=ON \
-DBUILD_PULSEAUDIO=ON \
-DBUILD_RSS=ON \