Skip to content

Commit

Permalink
Add git to packages installed in image
Browse files Browse the repository at this point in the history
  • Loading branch information
jameeters committed Jun 21, 2017
1 parent 6bfea98 commit ba19425
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
Expand Up @@ -4,7 +4,8 @@ RUN apt-get update && apt-get install -y \
python3-pip \
nginx-light \
curl \
apt-transport-https
apt-transport-https \
git

COPY . /app
WORKDIR /app
Expand Down

0 comments on commit ba19425

Please sign in to comment.