Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Kuzin
tower
Commits
a360b272
Commit
a360b272
authored
Jul 11, 2017
by
Aleksey Shirokih
Browse files
fix
parent
a5a65ff4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a360b272
...
...
@@ -15,7 +15,7 @@ ENV ANSIBLE_HOST_KEY_CHECKING=False \
ANSIBLE_STDOUT_CALLBACK=debug \
PYTHONUNBUFFERED=1 \
VERSION=${VERSION} \
PATH
/opt/tower/bin:${PATH} \
PATH
=
/opt/tower/bin:${PATH} \
PYTHONPATH=/opt/tower/lib/python2.7:/usr/lib/python2.7
COPY
--from=builder /opt/tower /opt/tower
...
...
Dockerfile.alpine
View file @
a360b272
...
...
@@ -17,7 +17,7 @@ ENV ANSIBLE_HOST_KEY_CHECKING=False \
PYTHONUNBUFFERED=1 \
VERSION=${VERSION} \
PS1="\$(date +%H:%M:%S) \h \w \\$ " \
PATH
/opt/tower/bin:${PATH} \
PATH
=
/opt/tower/bin:${PATH} \
PYTHONPATH=/opt/tower/lib/python2.7/site-packages/:/usr/local/lib/python2.7:/usr/local/lib/python2.7/site-packages
COPY --from=builder /opt/tower /opt/tower
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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