lv_micropython/.gitpod.Dockerfile
Amir Gonnen 8801577beb gitpod: Add missing libusb-1.0-0 to dockerfile
Needed for building esp32
2022-01-28 22:44:11 +00:00

10 lines
297 B
Docker

FROM gitpod/workspace-full-vnc
# https://community.gitpod.io/t/long-startup-times/3299/9
ENV GITPOD_TRIGGER_REBUILD=1
# Install dependencies
RUN sudo apt-get update && \
sudo apt-get install -y libgtk-3-dev libsdl2-dev x11-xserver-utils parallel libfreetype-dev librlottie-dev libusb-1.0-0