[mod] download docker-cli

This commit is contained in:
Andy Bunce 2022-02-08 18:09:35 +00:00
parent 26435cef39
commit d0c83efdcf
2 changed files with 10 additions and 0 deletions

View File

@ -31,3 +31,5 @@ RUN export JAVA_HOME
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \ RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
chmod a+x /basex/bin/*; 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/

8
code-serverx/config/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# .gitignore sample
###################
# Ignore all files in this dir...
*
# ... except for this one.
!.gitignore