fixed hosted dockerfile
This commit is contained in:
@ -13,6 +13,6 @@ RUN set -ex; \
|
||||
cd build-hosted; \
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DOS_FSFW=linux ..;
|
||||
|
||||
ENTRYPOINT ["cmake", "--build", "build-linux"]
|
||||
ENTRYPOINT ["cmake", "--build", "build-hosted"]
|
||||
CMD ["-j"]
|
||||
# CMD ["bash"]
|
||||
|
Reference in New Issue
Block a user