Sync up DockerFile to current build process

arm-sdk7
Michał Obrembski 3 years ago
parent 24f2c3fc6a
commit ef91692acb

@ -66,7 +66,11 @@ RUN apt-get update \
mc \ mc \
cmake \ cmake \
curl \ curl \
linux-headers-$(uname -r) \ libfl-dev \
ninja-build \
wget \
util-linux \
bsdmainutils \
&& dpkg --add-architecture i386 \ && dpkg --add-architecture i386 \
&& apt-get update \ && apt-get update \
&& apt-get install --no-install-suggests --no-install-recommends -y \ && apt-get install --no-install-suggests --no-install-recommends -y \

Loading…
Cancel
Save