This repository was archived by the owner on Jul 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ RUN apk add --update --no-cache \
11
11
gawk \
12
12
sed \
13
13
make \
14
- build-base
14
+ build-base \
15
+ git
15
16
16
17
COPY . .
Original file line number Diff line number Diff line change @@ -117,10 +117,7 @@ should work as well, but are not yet tested).
117
117
Ubuntu/Debian:
118
118
```
119
119
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
124
121
# Optional (if you need PDF/HTML)
125
122
# Pandoc (needed for both HTML and PDF generation)
126
123
sudo apt install pandoc
@@ -131,12 +128,13 @@ sudo mv wkhtmltox/bin/wkhtmlto* /usr/local/bin
131
128
sudo apt-get install -y openssl libssl-dev libxrender-dev libx11-dev libxext-dev libfontconfig1-dev libfreetype6-dev fontconfig
132
129
```
133
130
134
- MacOS (assuming that Homebrew is installed):
131
+ MacOS (assuming that [ Homebrew] ( https://brew.sh/ ) is installed):
135
132
```
136
133
brew install postgresql
137
134
brew install coreutils
138
135
brew install jq
139
136
brew install golang
137
+ brew install git
140
138
# Optional
141
139
brew install pandoc
142
140
brew install Caskroom/cask/wkhtmltopdf
You can’t perform that action at this time.
0 commit comments