Skip to content

Commit

Permalink
chore: add gemfury to odiglet base image (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed Feb 4, 2024
1 parent d9ec101 commit 8e95216
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions odiglet/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.21.6-bullseye as builder

RUN apt-get update && apt-get install -y curl clang gcc llvm make libbpf-dev

# goreleaser is used by vmagent to build linux packages (deb, apk, rpm, etc)
RUN go install github.com/goreleaser/goreleaser@v1.23.0
# fury is our registry for linux packages
RUN echo "deb [trusted=yes] https://apt.fury.io/cli/ * *" > /etc/apt/sources.list.d/fury-cli.list
# goreleaser is used to build vmagent
RUN echo "deb [trusted=yes] https://repo.goreleaser.com/apt/ /" > /etc/apt/sources.list.d/goreleaser.list
RUN apt-get update && apt-get install -y curl clang gcc llvm make libbpf-dev fury-cli goreleaser

0 comments on commit 8e95216

Please sign in to comment.