docker file update

This commit is contained in:
Robin Müller 2021-06-08 16:10:15 +02:00 committed by Robin Mueller
parent c8f7108906
commit 4caf6e102c
2 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,6 @@ WORKDIR /usr/src/app
COPY . .
RUN set -ex; \
git submodule init; \
git submodule update; \
rm -rf build-hosted; \
mkdir build-hosted; \
cd build-hosted; \

View File

@ -22,8 +22,6 @@ WORKDIR /usr/src/app
COPY . .
RUN set -ex; \
git submodule init; \
git submodule update; \
rm -rf build-q7s; \
mkdir build-q7s; \
cd build-q7s; \