merge upstream development #110

Merged
muellerr merged 70 commits from mohr/merge-upstream into develop 2022-09-15 18:34:50 +02: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