Skip to content

Commit

Permalink
Merge pull request #8 from g31s/v2.1.2
Browse files Browse the repository at this point in the history
[+] Dockerfile git install fix
  • Loading branch information
g31s authored Mar 20, 2020
2 parents 8ef1552 + 3441c10 commit 928574f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Run apt-get install python -y
Run apt-get install ruby -y

# Install Net-tools
Run apt-get install net-tools
Run apt-get install net-tools -y

# Install git
Run apt-get install git
Run apt-get install git -y

# Install Build Essential
Run apt-get install build-essential
Run apt-get install build-essential -y

CMD ["bash"]

0 comments on commit 928574f

Please sign in to comment.