Skip to content
Snippets Groups Projects
Commit 206ee01c authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

add missing packages

parent d064d568
No related branches found
No related tags found
No related merge requests found
Pipeline #196011 canceled
...@@ -16,7 +16,9 @@ RUN dpkg --add-architecture i386 && \ ...@@ -16,7 +16,9 @@ RUN dpkg --add-architecture i386 && \
apt-get install -y -q gcc git make net-tools libncurses5-dev \ apt-get install -y -q gcc git make net-tools libncurses5-dev \
tftpd zlib1g-dev libssl-dev flex bison libselinux1 gnupg wget \ tftpd zlib1g-dev libssl-dev flex bison libselinux1 gnupg wget \
diffstat chrpath socat xterm autoconf libtool tar unzip texinfo \ diffstat chrpath socat xterm autoconf libtool tar unzip texinfo \
zlib1g-dev gcc-multilib build-essential zlib1g:i386 screen pax gzip \ zlib1g-dev gcc-multilib build-essential zlib1g:i386 screen pax \
gzip \
locales \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment