Skip to content

Commit

Permalink
fix: Integration ca-certificates in Tanzu image because of failing ce…
Browse files Browse the repository at this point in the history
…rtificates test
  • Loading branch information
dploeger committed Dec 19, 2024
1 parent 112038b commit a688720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavour/tanzu/Dockerfile.flavour
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

RUN apk add sudo bash curl libc6-compat && \
RUN apk add sudo bash curl libc6-compat ca-certificates && \
echo "cloudcontrol ALL=(root)NOPASSWD:/sbin/apk *" > /etc/sudoers.d/cloudcontrol && \
echo "cloudcontrol ALL=(root)NOPASSWD:/bin/chmod *" >> /etc/sudoers.d/cloudcontrol && \
echo "cloudcontrol ALL=(root)NOPASSWD:/bin/cp *" >> /etc/sudoers.d/cloudcontrol && \
Expand Down

0 comments on commit a688720

Please sign in to comment.