add jenkins user in docker so that ssh will work
Some checks reported errors
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
d79b5348d8
commit
8bbde05413
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user