Skip to content

Commit

Permalink
Merge branch 'main' into feature/install-pigz
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Sep 12, 2024
2 parents e5e27aa + 8bb52e2 commit 2225a31
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/almalinux/8/source-build/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN dnf install -y \
"perl(Time::HiRes)" \
autoconf \
automake \
brotli-devel \
cmake \
elfutils \
file \
Expand Down
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
3 changes: 2 additions & 1 deletion src/fedora/40/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN LATEST_TAG=$(curl -L https://api.github.com/repos/powershell/powershell/rele
RUN dnf --setopt=install_weak_deps=False install -y \
autoconf \
automake \
brotli-devel \
glibc-locale-source \
iputils \
jq \
Expand Down Expand Up @@ -76,7 +77,7 @@ RUN dnf --setopt=install_weak_deps=False install -y \
&& dnf clean all

# Dependencies for Aspnetcore
RUN cd ~ && \
RUN cd ~ && \
curl -sL https://rpm.nodesource.com/setup_20.x
RUN dnf install -y nodejs && dnf clean all
ENV NO_UPDATE_NOTIFIER=true
1 change: 1 addition & 0 deletions src/ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apt-get update \
curl \
gettext \
jq \
libbrotli-dev \
libgdiplus \
libicu-dev \
libkrb5-dev \
Expand Down

0 comments on commit 2225a31

Please sign in to comment.