Skip to content

Commit

Permalink
remove extra packages that are not needed for dotnet driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 6, 2024
1 parent 1c685d3 commit 351a081
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ci/image/Dockerfile.dotnet-centos8-net8-build
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ RUN yum -y install which
RUN yum -y install zstd
RUN yum -y install jq

# python
RUN yum -y install python36
RUN python3 -V
RUN pip3 install -U pip
RUN pip3 install wheel

# aws
RUN pip3 install -U awscli
RUN aws --version

# Install .NET SDK 8.0
RUN yum install -y curl tar
RUN rpm -Uvh https://packages.microsoft.com/config/centos/8/packages-microsoft-prod.rpm
Expand Down

0 comments on commit 351a081

Please sign in to comment.