Skip to content

Commit

Permalink
[#1512] Add binutils to Alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Sep 24, 2024
1 parent 9f3625a commit 241288b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/dev/ci-images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The image names are the file names of their Dockerfiles.

Introduced in the #1512 ticket to upgrade overall dependencies.
Upgraded Go to 1.23.1, NodeJS 20, and Protoc to 24.4. Removed the FPM
dependencies i.e., make, and tar.
dependencies i.e., tar.

- ``redhat-ubi.Dockerfile``:

Expand Down
4 changes: 2 additions & 2 deletions docker/images/ci/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN apk add --no-cache \
make~4.4 \
musl-dev~1.2 \
mandoc~1.14 \
gcc~13.2

gcc~13.2 \
binutils-gold~2.41

0 comments on commit 241288b

Please sign in to comment.