Remove unused packages

This commit is contained in:
Yorick Barbanneau 2021-04-25 00:34:29 +02:00
parent 1bbd8d5146
commit ed91d7ca4e

View file

@ -1,19 +1,18 @@
FROM debian:bullseye-slim FROM debian:bullseye-slim
RUN apt update \ RUN apt update \
&& apt install -y --no-install-recommends gzip \ && apt install -y --no-install-recommends \
gcc-aarch64-linux-gnu \ gcc-aarch64-linux-gnu \
make \ make \
bc \ bc \
device-tree-compiler \ device-tree-compiler \
qemu-system-aarch64 \
qemu-user-static \
build-essential \ build-essential \
bison flex \ bison \
libssl-dev \ flex \
bash \ bash \
git \ git \
ca-certificates ca-certificates \
libssl-dev
COPY docker/entrypoint.sh /tmp COPY docker/entrypoint.sh /tmp
COPY src/ /tmp COPY src/ /tmp