Update Dockerfile to Ubuntu 24.04

pull/512/head
mcbarton 7 months ago committed by GitHub
parent e6a833783a
commit f6fa065a4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@
# pre-built versions of this container are pushed as a package to the repository
# as well.
FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y cmake ninja-build make autoconf autogen automake libtool && \

Loading…
Cancel
Save