add make again
This commit is contained in:
parent
65e87f8ab1
commit
835744ebc6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM docker.io/arm64v8/debian:bookworm AS builder
|
FROM docker.io/arm64v8/debian:bookworm AS builder
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
clang cmake git pkg-config ca-certificates \
|
clang make cmake git pkg-config ca-certificates \
|
||||||
libboost-all-dev libtbb-dev liblua5.4-dev \
|
libboost-all-dev libtbb-dev liblua5.4-dev \
|
||||||
libxml2-dev libzip-dev libbz2-dev \
|
libxml2-dev libzip-dev libbz2-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue