Ranger add git dependency back

Until we have the bandwidth to
figure out what dependencies git
installs that ranger and ranger-agent
images need, we must add git back
in in order to have a functional
image

Change-Id: I46f5655324a245c8ae8a7271852a828806dddc4a
This commit is contained in:
jh629g 2019-11-25 14:13:26 -06:00
parent c1e791817d
commit 4891d9aad2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ ENV LANG C.UTF-8
RUN apt -qq update && \
apt -y install netcat \
git \
netbase \
openssh-server \
python3-minimal \