Skip to content

Commit

Permalink
(chocolateyGH-2023) Install git in the docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCakeIsNaOH committed Apr 2, 2020
1 parent 9bb4246 commit 0c31bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM mono:5.20.1.19

MAINTAINER Justin Phelps <[email protected]>

RUN apt-get update && apt-get install git -y

COPY . /usr/local/src/choco/

WORKDIR /usr/local/src/choco
Expand Down

0 comments on commit 0c31bb1

Please sign in to comment.