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-panel
Commits
53974e4e
Commit
53974e4e
authored
Jul 20, 2020
by
Arman Khalatyan
Browse files
Update Dockerfile
parent
64c09b77
Pipeline
#1199
failed with stages
in 3 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
53974e4e
# base image
FROM
python:3.7-buster
USER
root
RUN
apt update
&&
\
apt
install
-q
-y
nfs-common
#
USER root
#
RUN apt update &&\
#
apt install -q -y nfs-common
#Upgrade pip
RUN
pip
install
--upgrade
pip
# copy over and install packages
...
...
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