mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Better docker-compose and httpie installation.
This commit is contained in:
parent
f87cfa64b8
commit
fc338007f1
@ -4,7 +4,7 @@ RUN apk add --no-cache \
|
|||||||
bash ca-certificates gettext jq \
|
bash ca-certificates gettext jq \
|
||||||
py3-pip python3-dev libc-dev libffi-dev openssl-dev gcc make; \
|
py3-pip python3-dev libc-dev libffi-dev openssl-dev gcc make; \
|
||||||
\
|
\
|
||||||
pip3 --no-cache-dir install docker-compose httpie; \
|
pip3 --no-cache-dir install 'docker-compose>=1.24.1,<1.25.0' 'httpie>=1.0.3,<1.1.0'; \
|
||||||
\
|
\
|
||||||
apk del python3-dev libc-dev libffi-dev openssl-dev gcc make; \
|
apk del python3-dev libc-dev libffi-dev openssl-dev gcc make; \
|
||||||
rm -rf /tmp/src
|
rm -rf /tmp/src
|
||||||
|
Loading…
Reference in New Issue
Block a user