Build from ubuntu 22.04 to compile owntone for libavformat.so.58. If built on 24.04 then owntone cant load dynamically linked (use shared library) libavformat. Ubuntu 24.04 has libavformat.so.70, Ubuntu 22.04 has libavformat.so.58 #1

Open
ben wants to merge 1 commits from temp into main
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest as base
FROM ubuntu:22.04 as base
MAINTAINER "ben <pkg@sudo.is>"
ENV DEBIAN_FRONTEND=noninteractive