diff --git a/Dockerfile b/Dockerfile index 31033ce..cf573bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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