Skip to content
Snippets Groups Projects
Commit fb0fce50 authored by Schrödter, Tobias's avatar Schrödter, Tobias
Browse files

Resolve "Use `USER`-directive in Dockerfile"

parent 44f51ee6
No related branches found
No related tags found
1 merge request!272Resolve "Use `USER`-directive in Dockerfile"
......@@ -56,3 +56,6 @@ RUN apt-get update && apt-get install -y \
libqwt-qt5-dev \
libopencv-dev \
libopencv-contrib4.5
RUN ["useradd", "ci"]
USER "ci"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment