Skip to content

Commit

Permalink
add gitpod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Randolf committed May 13, 2020
1 parent b88271a commit 9b48361
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM gitpod/workspace-full

USER gitpod

RUN sudo apt-get -q update && \
sudo apt-get install -yq libnl-3-dev libnl-genl-3-dev && \
sudo rm -rf /var/lib/apt/lists/*

# More information: https://www.gitpod.io/docs/config-docker/

0 comments on commit 9b48361

Please sign in to comment.