This commit is contained in:
parent
3d90fec2a2
commit
c08df2334d
|
@ -6,7 +6,7 @@ WORKDIR /build
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN cd build/cmake
|
RUN cd build/cmake
|
||||||
RUN cmake /app -DCMAKE_BUILD_TYPE=Release
|
RUN cmake /build -DCMAKE_BUILD_TYPE=Release
|
||||||
RUN make
|
RUN make
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue