From 2a10f8e5b1b8489fc258105585535116445af85e Mon Sep 17 00:00:00 2001 From: cuteribs <85863433+cuteribs@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:40:31 +0800 Subject: [PATCH] Create Dockerfile --- net6app-azcli/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 net6app-azcli/Dockerfile diff --git a/net6app-azcli/Dockerfile b/net6app-azcli/Dockerfile new file mode 100644 index 0000000..4edb7f8 --- /dev/null +++ b/net6app-azcli/Dockerfile @@ -0,0 +1,6 @@ +FROM cuteribs/net6app + +RUN apk add --no-cache --update python3 py3-pip && \ + apk add --no-cache --update --virtual=build gcc musl-dev python3-dev libffi-dev openssl-dev cargo make && \ + pip3 install --no-cache-dir --prefer-binary azure-cli && \ + apk del build # buildkit