Skip to content
Snippets Groups Projects
Commit 59b31aa3 authored by Ian Bell's avatar Ian Bell
Browse files

Update Dockerfiles to ubuntu 22.04

parent 6eb26b28
No related branches found
No related tags found
No related merge requests found
## Just use docker-compose up to run ## Just use docker-compose up to run
FROM ubuntu:20.04 FROM ubuntu:22.04
RUN apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ git zip nano gcovr ninja-build RUN apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ git zip nano gcovr ninja-build
......
## Just use docker-compose up to run ## Just use docker-compose up to run
FROM ubuntu:20.04 FROM ubuntu:22.04
RUN apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ git zip nano valgrind ninja-build python3 RUN apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ git zip nano valgrind ninja-build python3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment