Skip to content

Commit

Permalink
Added build-essential to default installed package.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed May 11, 2014
1 parent 7c5ea8e commit f154d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update
RUN apt-get -y upgrade

# Install basic packages.
RUN apt-get install -y software-properties-common
RUN apt-get install -y build-essential software-properties-common
RUN apt-get install -y curl git htop unzip vim wget

# Add files.
Expand Down

0 comments on commit f154d32

Please sign in to comment.