small fix
This commit is contained in:
parent
e0baf17c83
commit
f6d4e2141e
@ -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; \
|
||||
|
Reference in New Issue
Block a user