add jenkins user in docker so that ssh will work

This commit is contained in:
Ulrich Mohr 2022-09-13 14:08:04 +02:00
parent d79b5348d8
commit 8bbde05413
1 changed files with 4 additions and 1 deletions

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