mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +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 && \
|
||||
rm -rf /tmp/inspec.rpm
|
||||
|
||||
# Install any packages that make life easier for an InSpec installation
|
||||
RUN apt-get install -y git
|
||||
|
||||
ENTRYPOINT ["inspec"]
|
||||
CMD ["help"]
|
||||
VOLUME ["/share"]
|
||||
|
|
Loading…
Reference in a new issue