docker file update

This commit is contained in:
Robin Müller 2021-06-08 16:10:15 +02:00
parent ee66d0a349
commit 62cd36469f
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
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; \