Skip to content

Commit

Permalink
fix(dockerfile/no-driver): install ca-certificates
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Feb 17, 2023
1 parent 4fc6153 commit cae02e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/no-driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ LABEL maintainer="[email protected]"
LABEL usage="docker run -i -t --privileged -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro --name NAME IMAGE"
# NOTE: for the "least privileged" use case, please refer to the official documentation

RUN apt-get -y update && apt-get -y install ca-certificates

ENV HOST_ROOT /host
ENV HOME /root

Expand Down

0 comments on commit cae02e9

Please sign in to comment.