Skip to content

Add shadow-utils to our AZL3 images #1439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/azurelinux/3.0/docker-testrunner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RUN tdnf install -y \
azure-cli \
git \
powershell \
shadow-utils \
&& tdnf clean all
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN tdnf install -y \
# Common utilities
ca-certificates \
git \
shadow-utils \
tar \
wget \
# LLVM build dependencies
Expand Down
1 change: 1 addition & 0 deletions src/azurelinux/3.0/net10.0/crossdeps/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN tdnf update -y && \
ca-certificates \
git \
pigz \
shadow-utils \
util-linux \
wget \
# Common runtime build dependencies
Expand Down
1 change: 1 addition & 0 deletions src/azurelinux/3.0/net10.0/opt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN tdnf update -y && \
tar \
util-linux \
wget \
shadow-utils \
# Runtime dependencies
icu

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN tdnf install -y \
# Common utilities
ca-certificates \
git \
shadow-utils \
tar \
wget \
# LLVM build dependencies
Expand Down
1 change: 1 addition & 0 deletions src/azurelinux/3.0/net8.0/crossdeps/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN tdnf update -y && \
tdnf install -y \
ca-certificates \
git \
shadow-utils \
# Provides 'su', required by Azure DevOps
util-linux \
wget \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN tdnf install -y \
# Common utilities
ca-certificates \
git \
shadow-utils \
tar \
wget \
# LLVM build dependencies
Expand Down Expand Up @@ -84,4 +85,4 @@ ENV PATH="/opt/llvm/bin:$PATH"

# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
1 change: 1 addition & 0 deletions src/azurelinux/3.0/net9.0/crossdeps/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN tdnf update -y && \
ca-certificates \
git \
pigz \
shadow-utils \
# Provides 'su', required by Azure DevOps
util-linux \
wget \
Expand Down
1 change: 1 addition & 0 deletions src/azurelinux/3.0/net9.0/opt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN tdnf update -y && \
# Common dependencies
ca-certificates \
git \
shadow-utils \
tar \
util-linux \
wget \
Expand Down
Loading