diff --git a/Dockerfile b/Dockerfile index e9d8db935..2ba7366cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,9 @@ FROM ubuntu:18.04 ENV DEBIAN_FRONTEND=noninteractive +# Update Software repository +RUN apt-get -qq update + # Install required packets from ubuntu repository RUN apt-get install -y apt-transport-https curl wget vim nano git binutils autoconf automake make cmake qemu-kvm qemu-system-x86 nasm gcc g++ build-essential libtool