Skip to content

Commit

Permalink
Fix Ubuntu 24.04 v2 package builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed Apr 25, 2024
1 parent c56c881 commit e158b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-builders/Dockerfile.ubuntu24.04.v2
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN curl --fail -sSL --connect-timeout 10 --retry 3 https://sentry.io/get-cli/ >
rm -f /tmp/get-sentry.sh

COPY package-builders/entrypoint.sh /entrypoint.sh
COPY package-builders/debian-build.sh /build.sh
COPY package-builders/cpack-deb.sh /build.sh

ENV PATH="/usr/local/go/bin:${PATH}"
ADD https://raw.githubusercontent.com/netdata/netdata/master/packaging/check-for-go-toolchain.sh /tmp/check-for-go-toolchain.sh
Expand Down

0 comments on commit e158b0c

Please sign in to comment.