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

update gitpod configuration

add sudo to matchbox command
parent f3be3bb9
No related branches found
No related tags found
1 merge request!3update gitpod configuration
......@@ -2,7 +2,7 @@ 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/*
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
......
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