Skip to content

Commit

Permalink
fix: put back build-essential 🤷‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Oct 29, 2024
1 parent 77676ec commit d0b55d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@ ARG TARGETARCH
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y -q --no-install-recommends \
build-essential \
ca-certificates \
cmake \
clang \
curl \
git \
gnupg2 \
libc6-dev \
libclang-dev \
libssl-dev \
libudev-dev \
linux-headers-${TARGETARCH} \
llvm \
make \
openssl \
pkg-config \
protobuf-compiler \
Expand Down Expand Up @@ -63,6 +62,7 @@ FROM debian:stable-slim
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y -q --no-install-recommends \
build-essential \
ca-certificates \
curl \
git \
Expand Down

0 comments on commit d0b55d0

Please sign in to comment.