Skip to content

Commit

Permalink
Install cmake from normal apt repository, shouldn't need backports an…
Browse files Browse the repository at this point in the history
…ymore
  • Loading branch information
milot-mirdita committed Jun 13, 2023
1 parent 75d3069 commit 04e0ec8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ ARG APP
RUN dpkg --add-architecture $TARGETARCH \
&& apt-get update \
&& apt-get install -y \
build-essential curl xxd git \
build-essential curl xxd git cmake \
zlib1g-dev libbz2-dev libatomic1 \
crossbuild-essential-$TARGETARCH zlib1g-dev:$TARGETARCH libbz2-dev:$TARGETARCH \
&& apt install -y -t $(awk -F'=' '$1 == "VERSION_CODENAME" { print $2 }' /etc/os-release)-backports --no-install-suggests --no-install-recommends \
cmake \
&& rm -rf /var/lib/apt/lists/*

RUN if [ "$TARGETARCH" = "arm64" ]; then \
Expand Down

0 comments on commit 04e0ec8

Please sign in to comment.