Skip to content
Snippets Groups Projects
Commit bd72b02c authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

fix: add matchbox package to the docker image

without matchbox package the UI tests do not run as expected
parent f09e3154
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,8 @@ USER root ...@@ -5,6 +5,8 @@ USER root
RUN add-apt-repository universe RUN add-apt-repository universe
RUN apt update RUN apt update
RUN apt -y install graphviz RUN apt -y install graphviz
RUN sudo apt-get update && sudo apt-get install -y matchbox && sudo apt-get clean && sudo rm -rf /var/cache/apt/* && sudo rm -rf /var/lib/apt/lists/* && sudo rm -rf /tmp/*
USER gitpod USER gitpod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment