Skip to content

Commit

Permalink
fix: Integration ca-certificates in Simple image because of failing c…
Browse files Browse the repository at this point in the history
…ertificates test
  • Loading branch information
dploeger committed Dec 19, 2024
1 parent a688720 commit 3dfae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavour/simple/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:/usr/local/bin/az *" >> /etc/sudoers.d/cloudcontrol && \
echo "cloudcontrol ALL=(root)NOPASSWD:/bin/chmod *" >> /etc/sudoers.d/cloudcontrol && \
Expand Down

0 comments on commit 3dfae7a

Please sign in to comment.