Add missing flag
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2021-06-17 11:10:16 +02:00
parent 6682f1306f
commit 50c7536bf4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ 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 && \
apt-get update && apt-get install -y --fix-broken && \
rm -f /tmp/packages-microsoft-prod.deb && \
apt-get upgrade -y && apt-get install -y --no-install-recommends \
# (build-essential) Dependency for installation of InSpec