Skip to content

Commit

Permalink
fix: add docker to the LTS container images (#8905) (#8908)
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 authored Jun 22, 2023
1 parent 0cc27dd commit 53f0106
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 @@ -99,6 +99,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
openjdk-11-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 53f0106

Please sign in to comment.