FSFW Update #28

Merged
jgerhards merged 782 commits from fsfw_update into develop 2023-05-28 23:43:22 +02:00
Showing only changes of commit 8bbde05413 - Show all commits

View File

@ -19,4 +19,7 @@ RUN git clone https://github.com/ETLCPP/etl.git && \
cd etl && \
git checkout 20.28.0 && \
cmake -B build . && \
cmake --install build/
cmake --install build/
#ssh needs a valid user to work
RUN adduser -m -u 114 jenkins