diff --git a/Dockerfile b/Dockerfile index d16c092..5fdfd09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN \ apt-get -qqy install \ autoconf \ autopoint \ + bc \ bcc \ bin86 \ bison \ @@ -36,11 +37,13 @@ RUN \ libc6-dev-i386 \ libcurl4 \ libcurl4-openssl-dev \ + libelf-dev \ liblzma-dev \ libncurses5-dev \ libpci-dev \ libpixman-1-dev \ - libsdl-dev \ + libsdl2-dev \ + libssl-dev \ libsystemd-dev \ libvncserver-dev \ libx11-dev \ @@ -54,9 +57,7 @@ RUN \ pandoc \ patch \ pkg-config \ - python \ - python \ - python-dev \ + python3 \ python3-dev \ texinfo \ texlive-fonts-extra \