Add initial infra

This commit is contained in:
James Grogan 2022-11-30 13:45:59 +00:00
parent b2917e7e5d
commit 925f0c3ccd
7 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,2 @@
FROM ubuntu:22.04
RUN apt-get update; apt-get -y install build-essential pkg-config cmake