Remove unused packages
This commit is contained in:
parent
1bbd8d5146
commit
ed91d7ca4e
1 changed files with 5 additions and 6 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,19 +1,18 @@
|
|||
FROM debian:bullseye-slim
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y --no-install-recommends gzip \
|
||||
&& apt install -y --no-install-recommends \
|
||||
gcc-aarch64-linux-gnu \
|
||||
make \
|
||||
bc \
|
||||
device-tree-compiler \
|
||||
qemu-system-aarch64 \
|
||||
qemu-user-static \
|
||||
build-essential \
|
||||
bison flex \
|
||||
libssl-dev \
|
||||
bison \
|
||||
flex \
|
||||
bash \
|
||||
git \
|
||||
ca-certificates
|
||||
ca-certificates \
|
||||
libssl-dev
|
||||
|
||||
COPY docker/entrypoint.sh /tmp
|
||||
COPY src/ /tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue