mirror of
https://github.com/fergalmoran/dockerfiless.git
synced 2026-01-01 22:28:11 +00:00
Initial commit
This commit is contained in:
30
devbox/Dockerfile
Normal file
30
devbox/Dockerfile
Normal 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
2
devbox/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# docker.devbox
|
||||
Docker image for development box
|
||||
Reference in New Issue
Block a user