[fix]
This commit is contained in:
parent
3080071c22
commit
f0c604b57e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ ENV PATH=$PATH:/basex/bin
|
||||||
# install docker cli only
|
# install docker cli only
|
||||||
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz | tar zxv -C /tmp/ && \
|
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz | tar zxv -C /tmp/ && \
|
||||||
cp /tmp/docker/docker /usr/local/bin && rm -r /tmp/docker;
|
cp /tmp/docker/docker /usr/local/bin && rm -r /tmp/docker;
|
||||||
RUN chmod 666 /var/run/docker.sock
|
#RUN chmod 666 /var/run/docker.sock
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
EXPOSE 8443
|
EXPOSE 8443
|
Loading…
Add table
Reference in a new issue