Skip to content

Commit

Permalink
fix: add docker to the LTS container images (GoogleContainerTools#8905)
Browse files Browse the repository at this point in the history
This fixes an issue where kpt functions wouldn't work in rendering since
they depend on docker to run.

(cherry picked from commit 85c478f)
  • Loading branch information
plumpy committed Jun 22, 2023
1 parent 1d68edf commit 379f2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/skaffold/Dockerfile.deps.lts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
openjdk-17-jdk \
software-properties-common \
jq \
docker.io \
apt-transport-https && \
rm -rf /var/lib/apt/lists/*
COPY --from=golang:1.19.10 /usr/local/go /usr/local/go
Expand Down

0 comments on commit 379f2d1

Please sign in to comment.