Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arman Khalatyan
okd-python
Commits
4277e32c
Commit
4277e32c
authored
Jul 15, 2020
by
Arman Khalatyan
Browse files
Update Dockerfile
parent
e1c149e4
Pipeline
#1139
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4277e32c
...
@@ -7,7 +7,7 @@ RUN pip install --upgrade pip
...
@@ -7,7 +7,7 @@ RUN pip install --upgrade pip
COPY
requirements.txt /tmp
COPY
requirements.txt /tmp
RUN
pip
install
-r
/tmp/requirements.txt
RUN
pip
install
-r
/tmp/requirements.txt
RUN
useradd
-
-create-home
-u
1000
stuser
RUN
useradd
-
ms
/bin/bash
stuser
WORKDIR
/home/stuser
WORKDIR
/home/stuser
USER
stuser
USER
stuser
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment