1
0
forked from fsfw/fsfw

typo in Dockerfile

This commit is contained in:
2022-09-13 14:20:30 +02:00
parent ecf51b2913
commit 9c7248e78e
2 changed files with 19 additions and 3 deletions

View File

@ -22,4 +22,4 @@ RUN git clone https://github.com/ETLCPP/etl.git && \
cmake --install build/
#ssh needs a valid user to work
RUN adduser -m -u 114 jenkins
RUN adduser --uid 114 jenkins