Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
3c9495f9
Verified
Commit
3c9495f9
authored
Feb 05, 2020
by
Sébastiaan Versteeg
Browse files
Fix poetry install method
parent
8d263dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3c9495f9
...
...
@@ -12,6 +12,7 @@ ARG source_commit="unknown"
ENV
PYTHONUNBUFFERED 1
ENV
DEBIAN_FRONTEND=noninteractive
ENV
SOURCE_COMMIT=${source_commit}
ENV
PATH /root/.poetry/bin:${PATH}
# Set up entrypoint and command
ENTRYPOINT
["/usr/local/bin/entrypoint.sh"]
...
...
@@ -33,7 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ghostscript
&&
\
rm
-rf
/var/lib/apt
RUN
pip
install
--no-cache-dir
poetry
&&
\
RUN
curl
-sSL
https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
&&
\
poetry config virtualenvs.create
false
WORKDIR
/usr/src/app/website/
...
...
Joren Vrancken
@jvrancken
mentioned in commit
06e6f638
·
Feb 05, 2020
mentioned in commit
06e6f638
mentioned in commit 06e6f6387633ae108aa8e6d9726b73093f9c7b35
Toggle commit list
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