[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/
|
8
code-serverx/config/.gitignore
vendored
Normal file
8
code-serverx/config/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
Loading…
Add table
Reference in a new issue