lv_micropython/.gitpod.Dockerfile
Amir Gonnen d6f741f13b Update LVGL
Add libfreetype-dev librlottie-dev to CI and GitPod
2021-11-05 23:39:21 +02:00

10 lines
284 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