Fix missing git in Dockerfile for building webapp

This commit is contained in:
allegroai 2024-03-28 17:50:35 +02:00
parent 9c95c63ce0
commit c0d687e2ef

View File

@ -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/