Skip to content

Commit a26203a

Browse files
iberryfulib-steffen
authored andcommitted
Fix aks service dockerfile
1 parent dd2d182 commit a26203a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/services/aks/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ ENV PATH $PATH:/usr/local/bin
1717

1818
RUN \
1919
apk update && \
20-
apk add bash py-pip && \
20+
apk add bash py-pip libssl1.0 && \
2121
apk add --virtual=build linux-headers gcc libffi-dev musl-dev openssl-dev python-dev make && \
22+
pip install -U pip && \
2223
pip install azure-cli && \
2324
apk del --purge build && \
2425
az aks install-cli

0 commit comments

Comments
 (0)