diff --git a/Dockerfile b/Dockerfile index 9555084..e790a07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,9 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \ + apt-get update && apt-get install --fix-broken && \ rm -f /tmp/packages-microsoft-prod.deb && \ - apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends -f \ + apt-get upgrade -y && apt-get install -y --no-install-recommends \ # (build-essential) Dependency for installation of InSpec build-essential \ curl \