removed submodule update from dockerfile because it was breaking things

(cherry picked from commit 2644ba36e1be29e146cc522a8e3a67f95398a717)
This commit is contained in:
zhoob2004 2022-05-18 14:33:39 -07:00 committed by rusefi
parent e45026b6de
commit 3d05545d1b
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ WORKDIR /hellen-one
# Copy all files
COPY . ./
# Make sure submodules are present and up-to-date
RUN git submodule update --init
# Install all system dependencies
RUN apt-get update && apt-get install -y python3-dev gcc g++ libc-dev libffi-dev libcairo2-dev libjpeg-dev zlib1g-dev xvfb libx11-dev