Swap the doxygen build to the fedora container
Fedora is shipping a modern enough doxygen we don't need the ubuntu container anymore
This commit is contained in:
parent
bfaee785be
commit
fed7c87b0b
|
@ -1,4 +1,4 @@
|
|||
FROM registry.gitlab.com/kicad/kicad-ci/source_containers/master/ubuntu:22.04 as build-doxygen-env
|
||||
FROM registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:37 as build-doxygen-env
|
||||
USER root
|
||||
|
||||
WORKDIR /src
|
||||
|
|
Loading…
Reference in New Issue