Skip to content

Commit

Permalink
[+] Dockerfile git install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g31s committed Mar 20, 2020
1 parent 57de449 commit 3441c10
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 3441c10

Please sign in to comment.