diff --git a/Dockerfile b/Dockerfile index 1031eeb..097bf6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ ARG DEPOT_VERSION=2.30.0 RUN pip install 'ansible-core<2.17' \ 'ansible-compat==3.0.2' \ - 'molecule[docker]<5.0.0' && \ - apt-get update && apt-get install -y docker-cli + 'molecule[docker]<5.0.0' + +COPY --from=docker:20.10 /usr/local/bin/docker /usr/local/bin/ CMD ["/bin/bash"] \ No newline at end of file