Skip to content

Commit

Permalink
Revert to ubuntu 12.04
Browse files Browse the repository at this point in the history
  • Loading branch information
srstrong committed Jan 20, 2015
1 parent 4f52a9c commit a57c3e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
NAME = phusion/baseimage
NAME = id3as/phusion-baseimage
VERSION = 0.9.16

.PHONY: all build test tag_latest release ssh
Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:12.04
MAINTAINER Phusion <info@phusion.nl>

ENV HOME /root
Expand Down
1 change: 1 addition & 0 deletions image/prepare.sh
Expand Up @@ -36,6 +36,7 @@ ln -sf /bin/true /usr/bin/ischroot
$minimal_apt_get_install apt-transport-https ca-certificates

## Install add-apt-repository
$minimal_apt_get_install python3
$minimal_apt_get_install software-properties-common

## Upgrade all packages.
Expand Down

0 comments on commit a57c3e8

Please sign in to comment.