Add certificates to docker image
This commit is contained in:
parent
82ba24479c
commit
22c2cc8202
@ -21,6 +21,8 @@ RUN USER=root adduser -D -u 10001 dummy
|
||||
|
||||
FROM scratch
|
||||
|
||||
# copy certificates
|
||||
COPY --from=linuxkit/ca-certificates:v0.7 / /
|
||||
COPY --from=user_builder /etc/passwd /etc/passwd
|
||||
USER dummy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user