Skip to content

Commit

Permalink
fix: add docker to the LTS container images (#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.
  • Loading branch information
plumpy authored Jun 22, 2023
1 parent 20a16db commit 85c478f
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 85c478f

Please sign in to comment.