We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0f6e4 commit 8fe0f8bCopy full SHA for 8fe0f8b
Dockerfile
@@ -10,7 +10,7 @@ ENV LANG C.UTF-8
10
COPY . /src/xbox-webapi
11
12
# install the C compiler
13
-RUN apk add --no-cache jq gcc musl-dev libffi-dev openssl-dev
+RUN apk add --no-cache jq gcc musl-dev libffi-dev openssl-dev cargo
14
15
# instead of installing, create a wheel
16
RUN pip wheel --wheel-dir=/root/wheels /src/xbox-webapi
0 commit comments