From f3be3bb9d5b853439e9ab944d467e5ab08f365d9 Mon Sep 17 00:00:00 2001
From: George Adrian Stoica <stoica@ntnu.no>
Date: Tue, 16 Aug 2022 15:50:55 +0200
Subject: [PATCH] update gitpod configuration

install matchbox package to allow the UI to show up when testing
---
 .gitpod.Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index 22ece18..a88597f 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -1,5 +1,9 @@
 FROM gitpod/workspace-full-vnc
 
+USER root
+
+RUN  apt-get update && apt-get install -y matchbox && apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
+
 USER gitpod
 
 RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
-- 
GitLab