probe/.devcontainer/Dockerfile

5 lines
163 B
Docker
Raw Normal View History

2024-05-29 11:39:11 +00:00
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