Skip to content

Commit

Permalink
Dockerfile: improve docs (import from 2021-03-05)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-fi committed Nov 22, 2024
1 parent 05a15ff commit 7360aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM alpine:latest
WORKDIR /

# don't add docker from apk because it's quite expensive - we only need the client.
# we only use the client to run "$ docker exec" inside the containers. we could do this over the REST API though.
# statically compiled downloads available here: https://download.docker.com/linux/static/stable/x86_64/
RUN apk add ca-certificates \
&& mkdir -p /tmp/docker-install \
Expand Down

0 comments on commit 7360aac

Please sign in to comment.