Skip to content

Commit

Permalink
(GH-2023) Install git in the docker container
Browse files Browse the repository at this point in the history
Installs git in the docker container before building chocolatey so the build script is able to get version information.
  • Loading branch information
TheCakeIsNaOH committed May 16, 2020
1 parent 9bb4246 commit 3ff02f1
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 3ff02f1

Please sign in to comment.