From 0664c63603285d51d92fa1c0be98908d76de95ba Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sat, 23 Feb 2019 16:25:46 +1100 Subject: [PATCH] broken-and-missing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4328726..f6062ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ USER root # Install user utilities RUN apt-get update -qq && \ - apt-get install -qq --fix-missing \ + apt-get install -qq --fix-broken --fix-missing \ alpine \ alsa-utils \ arandr \