Skip to content

Commit

Permalink
Add reqs for other containers
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Sep 7, 2024
1 parent 66dfbf3 commit 60297f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/alpine/3.19/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk add --upgrade --no-cache \
automake \
bash \
build-base \
brotli-dev \
ca-certificates \
clang \
clang-dev \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.20/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk add --upgrade --no-cache \
automake \
bash \
build-base \
brotli-dev \
ca-certificates \
clang \
clang-dev \
Expand Down
1 change: 1 addition & 0 deletions src/centos/stream9/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN dnf install --setopt tsflags=nodocs --refresh -y \
"perl(Time::HiRes)" \
autoconf \
automake \
brotli-devel \
clang \
cmake \
curl-devel \
Expand Down
1 change: 1 addition & 0 deletions src/ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt-get update \
curl \
gettext \
jq \
libbrotli-dev \
libgdiplus \
libicu-dev \
libkrb5-dev \
Expand Down

0 comments on commit 60297f8

Please sign in to comment.