Skip to content

Commit

Permalink
update apt source for koordlet.dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: j4ckstraw <j4ckstraw@foxmail.com>
  • Loading branch information
j4ckstraw committed Mar 13, 2024
1 parent f992948 commit 4cb304f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/koordlet.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV VERSION $VERSION
ENV GOOS linux
ENV GOARCH $TARGETARCH

RUN sed -i 's#deb.debian.org#ftp.cn.debian.org#' /etc/apt/sources.list
RUN apt update && apt install -y bash build-essential cmake wget
RUN wget https://sourceforge.net/projects/perfmon2/files/libpfm4/libpfm-4.13.0.tar.gz && \
echo "bcb52090f02bc7bcb5ac066494cd55bbd5084e65 libpfm-4.13.0.tar.gz" | sha1sum -c && \
Expand Down

0 comments on commit 4cb304f

Please sign in to comment.