Fix dockerd not being present
parent
627b605716
commit
40df5c877e
|
@ -1,13 +1,9 @@
|
|||
FROM docker/buildx-bin:v0.8 as buildx
|
||||
FROM docker:dind
|
||||
|
||||
FROM docker:20
|
||||
|
||||
RUN apk add bash ip6tables pigz sysstat procps lsof
|
||||
RUN apk add bash ip6tables pigz sysstat procps lsof gcompat
|
||||
|
||||
COPY etc/docker/daemon.json /etc/docker/daemon.json
|
||||
|
||||
COPY --from=buildx /buildx /root/.docker/cli-plugins/docker-buildx
|
||||
|
||||
COPY ./entrypoint ./entrypoint
|
||||
COPY ./docker-entrypoint.d/* ./docker-entrypoint.d/
|
||||
|
||||
|
|
Loading…
Reference in New Issue