small fix

This commit is contained in:
Robin Müller 2021-05-21 13:55:56 +02:00
parent e0baf17c83
commit f6d4e2141e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN apt-get install -y cmake g++
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN rm -rf build-hosted
RUN rm -rf build-linux
RUN set -ex; \
mkdir build-linux; \