2 lines
90 B
Docker
2 lines
90 B
Docker
FROM ubuntu:22.04
|
|
RUN apt-get update; apt-get -y install build-essential pkg-config cmake
|