Skip to content

Instantly share code, notes, and snippets.

View jschwe's full-sized avatar

Jonathan Schwender jschwe

  • Huawei Dresden Research Center
  • Dresden
  • 21:22 (UTC +02:00)
View GitHub Profile
FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04
RUN apt-get update && apt-get install -y \
git \
python3-pip python3-venv \
'build-essential' 'ccache' 'clang' 'cmake' 'curl' 'g++' 'git' \
'gperf' 'libdbus-1-dev' 'libfreetype6-dev' 'libgl1-mesa-dri' \
'libgles2-mesa-dev' 'libglib2.0-dev' \
'libgstreamer-plugins-base1.0-dev' \
'gstreamer1.0-plugins-good' 'libgstreamer-plugins-good1.0-dev' \