Skip to content

Commit

Permalink
fix: install Git in Docker container (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jun 22, 2023
1 parent 6743816 commit 9905759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ git clone https://github.com/hsf-training/hsf-training-cmake-webpage.git
cd hsf-training-cmake-webpage
docker run -v $PWD:/cmake_work --rm -it alpine

apk add g++ cmake make
apk add git g++ cmake make
cd /cmake_work
```

Expand Down

0 comments on commit 9905759

Please sign in to comment.