From 70fd9297b8b5c856cfffe633bbc05b74030f196c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 5 Mar 2019 10:26:54 +0000 Subject: [PATCH] Fix missing packages on upgrade --- ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 3fd32db7..cb461dbf 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN echo "APT::Acquire::Retries=16;" >> /etc/apt/apt.conf.d/99_retries RUN apt-get update RUN apt-get install -y --fix-missing sudo apt-utils aptitude dirmngr locales nullmailer -RUN apt-get -y upgrade +RUN apt-get -y --fix-missing upgrade RUN sudo locale-gen en_GB.UTF-8 RUN dpkg-reconfigure locales