Skip to content

Commit

Permalink
- Added git to nginx-node
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakeroam committed Mar 11, 2018
1 parent 167827f commit 156b0c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ LABEL maintainer="Finiz Open Source Software <developer@finiz.in.th>"
# Update apk repositories to be latest
RUN apk update

# Install git
RUN apk add git

# Install and config Supervisor
RUN apk add python py2-pip
RUN pip install wheel
Expand Down Expand Up @@ -132,4 +135,4 @@ EXPOSE 8080
# Run the startup script
WORKDIR /

CMD ["/start.sh"]
CMD ["/start.sh"]

0 comments on commit 156b0c1

Please sign in to comment.