Archived
1
0

Rename dev/container -> dev/image

This commit is contained in:
Anmol Sethi
2020-06-03 12:09:01 -04:00
parent bdb670e852
commit 5815b4a0c0
5 changed files with 4 additions and 3 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"]