From 1aba8f80ef1a8adef8e825212d4f9a15910b1ad1 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 19 Jun 2017 18:37:25 +0200 Subject: [PATCH] docker: Remove libsdl and xterm These packages date back from the (pre-public) times when the list was also used for developer host setups. Suggested-by: Mustafa Yuecel Signed-off-by: Jan Kiszka --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c0153d3..43454b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y locales && \ RUN apt-get -y install gawk wget git-core diffstat unzip \ texinfo gcc-multilib build-essential \ chrpath socat cpio python python3 \ - libsdl1.2-dev xterm tar bzip2 curl \ - dosfstools mtools parted syslinux tree \ - python3-pip bc python3-yaml lsb-release + tar bzip2 curl dosfstools mtools parted \ + syslinux tree python3-pip bc python3-yaml \ + lsb-release RUN wget -nv -O /usr/bin/gosu "https://github.com/tianon/gosu/releases/download/1.10/gosu-amd64" && \ chmod +x /usr/bin/gosu COPY . /kas