Commit 6ab826c3 authored by Paul's avatar Paul
Browse files

Build with ubuntu 22.04 in the dockerfiles

parent e4dc75ea
FROM ubuntu:20.04 FROM ubuntu:22.04
ARG PREFIX=/usr/local ARG PREFIX=/usr/local
...@@ -22,7 +22,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow- ...@@ -22,7 +22,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
cmake \ cmake \
curl \ curl \
doxygen \ doxygen \
g++-7 \ g++ \
gdb \ gdb \
git \ git \
lcov \ lcov \
......
FROM ubuntu:20.04 FROM ubuntu:22.04
ARG PREFIX=/usr/local ARG PREFIX=/usr/local
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment