Browse Source

Remove dependencies that exist in base image (#47696)

Sven Boemer 2 years ago
parent
commit
66731e2729
1 changed files with 0 additions and 10 deletions
  1. 0 10
      eng/docker/rhel.Dockerfile

+ 0 - 10
eng/docker/rhel.Dockerfile

@@ -1,16 +1,6 @@
 # Dockerfile that creates a container suitable to build dotnet-cli
 FROM mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm
 
-RUN tdnf update -y && \
-    tdnf install -y \
-        tar \
-        ca-certificates \
-        icu \
-        awk \
-        # Provides useradd, needed below
-        shadow-utils \
-        rpm-build
-
 # Setup User to match Host User, and give superuser permissions
 ARG USER
 ARG USER_ID