fossasia / open-event-server

Use wget --progress to avoid excessively bloated build logs DOK-W1000
Anti-pattern
Minor
5 months agoa year old
Avoid use of wget without progress bar. Use wget --progress=dot:giga <url>. Or consider using -q or -nv (shorthands for --quiet or --no-verbose).
22
23ENV PATH="$POETRY_HOME/bin:$PATH"
24
25RUN set -eo pipefail; wget -O - https://install.python-poetry.org | python -26
27WORKDIR /opt/pysetup
28