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 <mustafa.yuecel@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2017-06-19 18:37:25 +02:00 committed by Daniel Wagner
parent b355b42136
commit 1aba8f80ef

View File

@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y locales && \
RUN apt-get -y install gawk wget git-core diffstat unzip \ RUN apt-get -y install gawk wget git-core diffstat unzip \
texinfo gcc-multilib build-essential \ texinfo gcc-multilib build-essential \
chrpath socat cpio python python3 \ chrpath socat cpio python python3 \
libsdl1.2-dev xterm tar bzip2 curl \ tar bzip2 curl dosfstools mtools parted \
dosfstools mtools parted syslinux tree \ syslinux tree python3-pip bc python3-yaml \
python3-pip bc python3-yaml lsb-release lsb-release
RUN wget -nv -O /usr/bin/gosu "https://github.com/tianon/gosu/releases/download/1.10/gosu-amd64" && \ RUN wget -nv -O /usr/bin/gosu "https://github.com/tianon/gosu/releases/download/1.10/gosu-amd64" && \
chmod +x /usr/bin/gosu chmod +x /usr/bin/gosu
COPY . /kas COPY . /kas