Skip to content
Snippets Groups Projects
Commit 5fe3eeea 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 testing is not working as expected
parent 53d5ca90
Branches master
No related tags found
No related merge requests found
FROM gitpod/workspace-full-vnc
USER root
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
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
......
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