mirror of
https://github.com/inspec/inspec
synced 2024-11-13 00:17:08 +00:00
Add git to Docker build
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
77b29d7550
commit
f4c19c41c0
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ RUN apt-get update && \
|
||||||
rpm2cpio /tmp/inspec.rpm | cpio -idmv && \
|
rpm2cpio /tmp/inspec.rpm | cpio -idmv && \
|
||||||
rm -rf /tmp/inspec.rpm
|
rm -rf /tmp/inspec.rpm
|
||||||
|
|
||||||
|
# Install any packages that make life easier for an InSpec installation
|
||||||
|
RUN apt-get install -y git
|
||||||
|
|
||||||
ENTRYPOINT ["inspec"]
|
ENTRYPOINT ["inspec"]
|
||||||
CMD ["help"]
|
CMD ["help"]
|
||||||
VOLUME ["/share"]
|
VOLUME ["/share"]
|
||||||
|
|
Loading…
Reference in a new issue