Skip to content

Commit

Permalink
Update Dockerfiles, add apt-get install of docker.io to script
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkundert committed Apr 13, 2014
1 parent bb58ff0 commit 427162d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/cpppo/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN echo 'Dir::Cache { srcpkgcache ""; pkgcache ""; }' \
) > /etc/dpkg/dpkg.cfg.d/01nodoc
RUN apt-get update \
&& apt-get -yu dist-upgrade \
&& apt-get clean # YYYY-MM-DD
&& apt-get clean # 2014-04-13
3 changes: 2 additions & 1 deletion docker/cpppo/cpppo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
#
FROM cpppo/base
MAINTAINER Perry Kundert "[email protected]"
RUN apt-get -y install python python-pip; apt-get clean
RUN apt-get -y install python python-pip \
&& apt-get clean # 2014-04-13
RUN pip install cpppo
2 changes: 1 addition & 1 deletion docker/cpppo/mongrel2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
FROM cpppo/cpppo
MAINTAINER Perry Kundert "[email protected]"

RUN apt-get install -y git libtool autoconf automake \
RUN apt-get -y install git libtool autoconf automake \
python-dev uuid-dev \
sqlite3 libsqlite3-dev build-essential \
&& apt-get clean
Expand Down
2 changes: 1 addition & 1 deletion vagrant/debian/script
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deb http://security.debian.org/ jessie/updates main contrib non-free\n"\
apt-show-versions python-pip python-dev \
lxc wget bsdtar curl git aufs-tools bridge-utils \
emacs24-nox emacs24-el screen \
multitail aspell zip \
multitail aspell zip docker.io \
&& apt-get install -y \
`apt-show-versions -a \
| sed -ne \'s/^linux-image-\(\w\+\):\w*[[:space:]].*installed$/linux-headers-\1/p\'` \
Expand Down

0 comments on commit 427162d

Please sign in to comment.