Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CI-CD
PyLint-Odoo
Commits
d805b552
Commit
d805b552
authored
Oct 08, 2019
by
Christian Schöttke
Browse files
Adding real User
parent
26c6e107
Pipeline
#4787
failed with stage
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
d805b552
FROM
python:3-alpine
RUN
mkdir
/apps
\
&&
chown
guest:guest /apps
RUN
addgroup
-S
pylint
\
&&
adduser
-S
-D
-h
/home/pylint
-g
pylint
-s
/sbin/nologin pylint
\
&&
mkdir
-p
/home/pylint/.config
\
&&
mkdir
/apps
\
&&
chown
pylint:pylint /apps
WORKDIR
/apps
RUN
pip
install
--upgrade
git+https://github.com/oca/pylint-odoo.git
USER
gues
t
USER
pylin
t
ENTRYPOINT
["pylint", "--load-plugins=pylint_odoo", "--enable=odoolint"]
Write
Preview
Supports
Markdown
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