Skip to content

Commit 9b48361

Browse files
author
Bruno Randolf
committed
add gitpod dockerfile
1 parent b88271a commit 9b48361

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitpod.Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM gitpod/workspace-full
2+
3+
USER gitpod
4+
5+
RUN sudo apt-get -q update && \
6+
sudo apt-get install -yq libnl-3-dev libnl-genl-3-dev && \
7+
sudo rm -rf /var/lib/apt/lists/*
8+
9+
# More information: https://www.gitpod.io/docs/config-docker/

0 commit comments

Comments
 (0)