mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 02:46:53 +00:00
Fix missing git in Dockerfile for building webapp
This commit is contained in:
parent
9c95c63ce0
commit
c0d687e2ef
@ -5,6 +5,7 @@ ARG CLEARML_WEB_GIT_URL=https://github.com/allegroai/clearml-web.git
|
||||
USER root
|
||||
WORKDIR /opt
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
RUN git clone ${CLEARML_WEB_GIT_URL} clearml-web
|
||||
RUN mv clearml-web /opt/open-webapp
|
||||
COPY --chmod=744 docker/build/internal_files/build_webapp.sh /tmp/internal_files/
|
||||
|
Loading…
Reference in New Issue
Block a user