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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue