Skip to content

Commit

Permalink
curl is in the ubi9 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Dec 16, 2024
1 parent fb49a6f commit 78759e9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docker/base/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM redhat/ubi9-minimal:latest as builder
ARG PULUMI_VERSION
RUN microdnf install -y \
curl \
make \
gcc \
git \
Expand Down
2 changes: 0 additions & 2 deletions docker/dotnet/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
FROM redhat/ubi9-minimal:latest as builder
ARG PULUMI_VERSION
RUN microdnf install -y \
curl \
gzip \
tar
# Install the Pulumi SDK, including the CLI and language runtimes.
Expand All @@ -17,7 +16,6 @@ WORKDIR /pulumi/projects

RUN microdnf install -y \
ca-certificates \
curl \
# Required by the dotnet-install script, which calls `find`:
findutils \
git \
Expand Down
1 change: 0 additions & 1 deletion docker/go/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
FROM redhat/ubi9-minimal:latest as builder
ARG PULUMI_VERSION
RUN microdnf install -y \
curl \
gzip \
tar
# Install the Pulumi SDK, including the CLI and language runtimes.
Expand Down
2 changes: 0 additions & 2 deletions docker/java/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
FROM redhat/ubi9-minimal:latest as builder
ARG PULUMI_VERSION
RUN microdnf install -y \
curl \
git \
tar \
unzip
Expand All @@ -21,7 +20,6 @@ RUN microdnf install -y \
git \
tar \
java-21-openjdk-devel \
curl \
unzip \
zip \
findutils \
Expand Down
2 changes: 0 additions & 2 deletions docker/nodejs/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
FROM redhat/ubi9-minimal:latest as builder
ARG PULUMI_VERSION
RUN microdnf install -y \
curl \
gzip \
tar
# Install the Pulumi SDK, including the CLI and language runtimes.
Expand All @@ -17,7 +16,6 @@ WORKDIR /pulumi/projects

RUN microdnf install -y \
ca-certificates \
curl \
git \
tar \
unzip
Expand Down

0 comments on commit 78759e9

Please sign in to comment.