1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 09:44:59 +01:00

Add git to atomic-tester

With the addition of git to the atomic-test image we can
script pulling and building the atomic cli on an
atomic host which lacks these tools.  It appears to add
about 12MB to the image.

Closes: #867
Approved by: cgwalters
This commit is contained in:
Brent Baude
2017-02-03 15:54:00 -06:00
committed by Atomic Bot
parent 1bdd84a507
commit 6810de7067

View File

@@ -8,6 +8,7 @@ MAINTAINER Jonathan Lebon <jlebon@redhat.com>
# two separate images.
RUN dnf install -y \
git \
make \
python3-pylint \
python3-slip-dbus \