add jenkins user in docker so that ssh will work
This commit is contained in:
parent
d79b5348d8
commit
8bbde05413
@ -20,3 +20,6 @@ RUN git clone https://github.com/ETLCPP/etl.git && \
|
|||||||
git checkout 20.28.0 && \
|
git checkout 20.28.0 && \
|
||||||
cmake -B build . && \
|
cmake -B build . && \
|
||||||
cmake --install build/
|
cmake --install build/
|
||||||
|
|
||||||
|
#ssh needs a valid user to work
|
||||||
|
RUN adduser -m -u 114 jenkins
|
||||||
|
Loading…
Reference in New Issue
Block a user