trying out some stuff

This commit is contained in:
Robin Müller 2021-05-24 14:13:47 +02:00 committed by Robin Mueller
parent bd47db5211
commit 622dd603db

View File

@ -2,6 +2,10 @@ FROM ubuntu:latest
# FROM alpine:latest
RUN apt-get update && apt-get install -y cmake g++
RUN wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/aBjpbMAFCEP7prF/download/cortexa9hf-neon-xiphos-linux-gnueabi.tar.gz /usr/rootfs
RUN wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/5bDHLF4spqn2zJT/download/gcc-arm-linux-gnueabi.tar.gz usr/tools
# RUN apk add cmake make g++
WORKDIR /usr/src/app
@ -13,6 +17,6 @@ RUN set -ex; \
cd build-hosted; \
cmake -DCMAKE_BUILD_TYPE=Release -DOS_FSFW=linux ..;
ENTRYPOINT ["cmake", "--build", "build-hosted"]
CMD ["-j"]
# CMD ["bash"]
# ENTRYPOINT ["cmake", "--build", "build-hosted"]
# CMD ["-j"]
CMD ["bash"]