v6.0.0 #729

Merged
mohr merged 668 commits from development into master 2023-02-23 13:42:49 +01:00
1 changed files with 4 additions and 1 deletions
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