mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #5420 from inspec/cw/add-git-to-docker
Add git to Docker build
This commit is contained in:
commit
b42dbac3c6
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