probe/.devcontainer/Dockerfile
2024-05-29 11:39:11 +00:00

5 lines
163 B
Docker

FROM mcr.microsoft.com/devcontainers/base:ubuntu
RUN apt update
RUN apt install -y pkg-config
RUN apt install -y lsb-release wget software-properties-common gnupg