Skip to content

Commit

Permalink
install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Apr 11, 2016
1 parent a48d5a4 commit d469ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM praekeltfoundation/python-base

RUN apt-get-install.sh python-dev
RUN apt-get-install.sh gcc
COPY . /robby
RUN pip install -e /robby
RUN apt-get-purge.sh gcc

ENTRYPOINT ["eval-args.sh", "dinit", "/robby/robby-entrypoint.sh"]

0 comments on commit d469ea0

Please sign in to comment.