Skip to content

Commit

Permalink
fix: install git in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
ww-github committed Nov 29, 2021
1 parent 3b32150 commit ae852b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN go version
FROM ubuntu-go

RUN apt-get install -y \
git \
# Install libproj 6.3.1
libproj-dev \
# Graphviz is needed for pprof
Expand Down

0 comments on commit ae852b4

Please sign in to comment.