Skip to content

Commit

Permalink
Add python and build-essential to the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed May 21, 2015
1 parent b055cf4 commit 67f87b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/scripts/lib/install_base.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e
apt-get update -y
apt-get install -y curl bzip2
apt-get install -y curl bzip2 build-essential python

0 comments on commit 67f87b6

Please sign in to comment.