Skip to content

Commit

Permalink
Install additional dependancies.
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina committed Jan 24, 2025
1 parent d94bb03 commit f0ddd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG CMD_PATH
ARG BUILD_TAGS
RUN mkdir -p /tmp/dd/datadog-agent

RUN yum install -y wget tar gzip gcc
RUN yum install -y wget tar gzip gcc qemu-user-static glibc-devel glibc-headers kernel-headers libcap-devel
RUN arch="$(uname -m)"; \
if [ "${arch}" = 'aarch64' ]; then \
arch='arm64'; \
Expand Down

0 comments on commit f0ddd5a

Please sign in to comment.