dockcross/common/common.debian

43 lines
714 B
Plaintext
Raw Normal View History

2017-01-28 20:50:37 +01:00
ARG DEBIAN_FRONTEND=noninteractive
RUN \
apt-get update --yes && \
apt-get install --no-install-recommends --yes \
autogen \
automake \
bash \
bc \
bison \
build-essential \
bzip2 \
ca-certificates \
curl \
dirmngr \
file \
flex \
gettext \
gzip \
gnupg \
initramfs-tools \
libncurses5 \
libtool \
make \
ncurses-dev \
pkg-config \
pax \
2021-10-15 20:20:08 +02:00
python3-dev \
python3-pip \
rsync \
sed \
ssh \
tar \
vim \
wget \
xz-utils \
zip \
zlib1g-dev \
python-is-python3 \
&& apt-get clean autoclean --yes \
&& apt-get autoremove --yes \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/