[mod] download docker-cli
This commit is contained in:
parent
26435cef39
commit
d0c83efdcf
2 changed files with 10 additions and 0 deletions
|
|
@ -31,3 +31,5 @@ RUN export JAVA_HOME
|
|||
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
|
||||
chmod a+x /basex/bin/*;
|
||||
|
||||
# install docker cli only
|
||||
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz | tar zxv -C /tmp/
|
||||
Loading…
Add table
Add a link
Reference in a new issue