mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
fix: remove g++-multilib (not available on arm64)
This commit is contained in:
parent
5dd8a13845
commit
8a6117cb5f
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ ARG TARGETARCH
|
|||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Install dependencies
|
||||
# Install dependencies (g++-multilib not available on arm64)
|
||||
RUN apt-get update && apt-get install -y \
|
||||
musl-tools \
|
||||
musl-dev \
|
||||
|
|
@ -18,7 +18,6 @@ RUN apt-get update && apt-get install -y \
|
|||
pkg-config \
|
||||
ca-certificates \
|
||||
g++ \
|
||||
g++-multilib \
|
||||
git \
|
||||
curl \
|
||||
wget && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue