5 lines
163 B
Docker
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 |