tools/.devcontainer/Dockerfile
2025-04-13 02:28:10 +00:00

6 lines
159 B
Docker

FROM mcr.microsoft.com/devcontainers/base:ubuntu
RUN apt clean && apt update --fix-missing
RUN apt install -y pkg-config \
&& rm -rf /var/lib/apt/lists/*