Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 266f507

Browse files
NikolaySdmius
authored andcommitted
Add git to the Docker image.Update Dockerfile
1 parent 10d74b6 commit 266f507

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apk add --update --no-cache \
1111
gawk \
1212
sed \
1313
make \
14-
build-base
14+
build-base \
15+
git
1516

1617
COPY . .

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,7 @@ should work as well, but are not yet tested).
117117
Ubuntu/Debian:
118118
```
119119
sudo apt-get update
120-
sudo apt-get install postgresql
121-
sudo apt-get install coreutils
122-
sudo apt-get install jq
123-
sudo apt-get install golang
120+
sudo apt-get install git postgresql coreutils jq golang
124121
# Optional (if you need PDF/HTML)
125122
# Pandoc (needed for both HTML and PDF generation)
126123
sudo apt install pandoc
@@ -131,12 +128,13 @@ sudo mv wkhtmltox/bin/wkhtmlto* /usr/local/bin
131128
sudo apt-get install -y openssl libssl-dev libxrender-dev libx11-dev libxext-dev libfontconfig1-dev libfreetype6-dev fontconfig
132129
```
133130

134-
MacOS (assuming that Homebrew is installed):
131+
MacOS (assuming that [Homebrew](https://brew.sh/) is installed):
135132
```
136133
brew install postgresql
137134
brew install coreutils
138135
brew install jq
139136
brew install golang
137+
brew install git
140138
# Optional
141139
brew install pandoc
142140
brew install Caskroom/cask/wkhtmltopdf

0 commit comments

Comments
 (0)