Initial commit

This commit is contained in:
Fergal Moran
2019-03-31 16:39:03 +01:00
commit f029ef1b76
35 changed files with 1663 additions and 0 deletions

30
devbox/Dockerfile Normal file
View File

@@ -0,0 +1,30 @@
FROM ubuntu:latest
RUN apt-get update -y
RUN apt-get install -y mercurial \
git \
python \
curl \
mongodb \
vim \
vim-nox \
vim-scripts \
strace \
diffstat \
pkg-config \
cmake \
build-essential \
tcpdump \
screen \
python-setuptools \
exuberant-ctags \
build-essential \
cmake \
python-dev
#Set up git
RUN git clone https://github.com/fergalmoran/dotfiles.git ${HOME}/dotfiles \
&& cd ${HOME}/dotfiles \
&& ./install.sh
CMD /bin/zsh

2
devbox/README.md Normal file
View File

@@ -0,0 +1,2 @@
# docker.devbox
Docker image for development box