unify syntax
This commit is contained in:
parent
9eba8508fc
commit
75f0e2129b
@ -24,7 +24,7 @@ COPY overlay/ /
|
|||||||
|
|
||||||
RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl-dev openssl-dev python3-dev cargo && \
|
RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl-dev openssl-dev python3-dev cargo && \
|
||||||
apk add --update --no-cache git openssh-client && \
|
apk add --update --no-cache git openssh-client && \
|
||||||
apk --no-cache upgrade libexpat && \
|
apk upgrade --no-cache libexpat && \
|
||||||
echo "Installing requirements ..." && \
|
echo "Installing requirements ..." && \
|
||||||
pip install -qq --no-cache-dir --upgrade pip && \
|
pip install -qq --no-cache-dir --upgrade pip && \
|
||||||
pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \
|
pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \
|
||||||
|
Reference in New Issue
Block a user