This commit is contained in:
parent
6682f1306f
commit
50c7536bf4
@ -29,7 +29,7 @@ ENV LANGUAGE en_US:en
|
|||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \
|
RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \
|
||||||
apt-get update && apt-get install --fix-broken && \
|
apt-get update && apt-get install -y --fix-broken && \
|
||||||
rm -f /tmp/packages-microsoft-prod.deb && \
|
rm -f /tmp/packages-microsoft-prod.deb && \
|
||||||
apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
||||||
# (build-essential) Dependency for installation of InSpec
|
# (build-essential) Dependency for installation of InSpec
|
||||||
|
Loading…
Reference in New Issue
Block a user