Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
python3: use prebuilt image
Browse files Browse the repository at this point in the history
Related to #98.
  • Loading branch information
Francisco Souza committed Nov 17, 2015
1 parent c56eaaf commit 62c2e57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
11 changes: 1 addition & 10 deletions python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@
# to run it:
# 1 - tsuru-admin platform-add python3 -d https://raw.github.com/tsuru/basebuilder/master/python3/Dockerfile

from ubuntu-debootstrap:14.04
run locale-gen en_US.UTF-8
env LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBIAN_FRONTEND=noninteractive
run apt-get update && apt-get install curl sudo -y
run curl -Lo basebuilder.tar.gz https://github.com/tsuru/basebuilder/tarball/master
run mkdir /var/lib/tsuru
run tar -xvf basebuilder.tar.gz -C /var/lib/tsuru --strip 1
run rm basebuilder.tar.gz
run cp /var/lib/tsuru/python3/deploy /var/lib/tsuru
run /var/lib/tsuru/python3/install
FROM tsuru/python3
13 changes: 0 additions & 13 deletions python3/deploy

This file was deleted.

17 changes: 0 additions & 17 deletions python3/install

This file was deleted.

0 comments on commit 62c2e57

Please sign in to comment.