Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteribs authored Aug 31, 2023
1 parent 72a4bfe commit 2a10f8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions net6app-azcli/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2a10f8e

Please sign in to comment.