Skip to content

Commit ef132b6

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Integration ca-certificates in Simple image because of failing certificates test
1 parent 40fa859 commit ef132b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flavour/simple/Dockerfile.flavour

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22

3-
RUN apk add sudo bash curl libc6-compat && \
3+
RUN apk add sudo bash curl libc6-compat ca-certificates && \
44
echo "cloudcontrol ALL=(root)NOPASSWD:/sbin/apk *" > /etc/sudoers.d/cloudcontrol && \
55
echo "cloudcontrol ALL=(root)NOPASSWD:/usr/local/bin/az *" >> /etc/sudoers.d/cloudcontrol && \
66
echo "cloudcontrol ALL=(root)NOPASSWD:/bin/chmod *" >> /etc/sudoers.d/cloudcontrol && \

0 commit comments

Comments
 (0)