Skip to content

Commit

Permalink
add envsubst to prow builder image (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Sep 12, 2023
1 parent 377641e commit 8ba9a53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/prow-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ RUN apt-get update -qqy && apt-get install -qqy \
procps \
net-tools \
gnuplot \
bsdextrautils
bsdextrautils \
gettext-base

RUN pip3 install -U crcmod==1.7
RUN curl -fsSLO https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${CLOUD_SDK_VERSION}-linux-x86_64.tar.gz
Expand Down

0 comments on commit 8ba9a53

Please sign in to comment.