Archived
1
0

Adds dev container and docs (#1499)

This commit is contained in:
Charles Moog
2020-04-14 17:22:52 -05:00
committed by GitHub
parent 28e91ba70c
commit 29b6115c77
3 changed files with 72 additions and 0 deletions

13
ci/dev-image/Dockerfile Normal file
View File

@ -0,0 +1,13 @@
FROM node:12
RUN apt-get update && apt-get install -y \
curl \
iproute2 \
vim \
iptables \
net-tools \
libsecret-1-dev \
libx11-dev \
libxkbfile-dev
CMD ["/bin/bash"]