install gem inspec-bin
creates dependency error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1d643eb4ad
commit
5eda41bf28
@ -47,7 +47,7 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \
|
|||||||
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
||||||
locale-gen && \
|
locale-gen && \
|
||||||
gem install inspec && \
|
gem install inspec && \
|
||||||
gem install inspec-bin && \
|
# gem install inspec-bin && \
|
||||||
apt-get remove -y \
|
apt-get remove -y \
|
||||||
build-essential && \
|
build-essential && \
|
||||||
apt-get autoremove -y && \
|
apt-get autoremove -y && \
|
||||||
|
Loading…
Reference in New Issue
Block a user