Update Dockerfile
This commit is contained in:
parent
baa6f876ab
commit
dc9db195ed
1 changed files with 5 additions and 2 deletions
|
@ -4,9 +4,12 @@ MAINTAINER Sah Lee <contact@leesah.name>
|
||||||
|
|
||||||
ENV BASEDIR /
|
ENV BASEDIR /
|
||||||
|
|
||||||
# Set up building environment
|
# Install dependencies
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y git-core python python-setuptools
|
RUN apt-get install -y python python-pkg-resources
|
||||||
|
|
||||||
|
# Set up building environment
|
||||||
|
RUN apt-get install -y git-core python-setuptools
|
||||||
|
|
||||||
# Get the latest code, build and install
|
# Get the latest code, build and install
|
||||||
WORKDIR $BASEDIR
|
WORKDIR $BASEDIR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue